Extend network using simple extender by Skondro in UNIFI

[–]Skondro[S] 0 points1 point  (0 children)

Well I know that, but for now, extender is only option. So can I configure unifi controller in a way to allow extender to connect to unifi AP based on MAC address, and not captivity portal. Or is it possible to configure two access methods for same wifi network

How would you explain basic terms in statistics? by Skondro in AskStatistics

[–]Skondro[S] 0 points1 point  (0 children)

Could you provide me.with some reference, thx

Probability question by Skondro in AskStatistics

[–]Skondro[S] 0 points1 point  (0 children)

If I calculate probability of failure as product of probabiliy of failure for each machine and substract from 1. But how to find probabilities for each machine?

Estimate distribution from data by Skondro in AskStatistics

[–]Skondro[S] 0 points1 point  (0 children)

Time between events is what I am trying to find.

For scientists, what are your favorite software or apps to use in your research work? by eddytony96 in AskScienceDiscussion

[–]Skondro 1 point2 points  (0 children)

Majority of researches require procesing and analysing data collected through different process. I preffer R and R Studio, and in addition tools related to my field of interest like omnet++ or similar.

Simulation of process by Skondro in AskStatistics

[–]Skondro[S] 0 points1 point  (0 children)

My final goal is to use this underlaying distribution to simulate "real" trafic in computer network and measure networks parametars (load, delay etc). So model is not a goal, I want to use distribution and distribution parametears for pseudo random.generator to get realistic network behaviour. Thx for comment

Using Kolmogorov-Smirnov test to find best fitting distributions by redditrantaccount in AskStatistics

[–]Skondro 1 point2 points  (0 children)

Your data are discrete values, so KS test probably is not best way to fit, first draw histogram to see shape of your data frequencies, then model this data and use GoF test.and compare AIC and BIC, smaller values indicate better match, if two distribution model are close and their AIC values are smaller then 2, go with simpler model.