Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Data range detection?

by RichardK (Parson)
on Apr 13, 2015 at 12:06 UTC ( [id://1123265]=note: print w/replies, xml ) Need Help??


in reply to Data range detection?

if you look at the median, interquartile range and mean of your data that should let you decide how it is distributed. Roughly speaking, if the median is close to the mean then the data is fairly linear. But the interquartile_range will give you a better view.

I'm not sure how you could detect the base of log data, it will all look the same as it's trivial to convert from one base to another.

Replies are listed 'Best First'.
Re^2: Data range detection?
by BrowserUk (Patriarch) on Apr 13, 2015 at 17:42 UTC
    if you look at the median, interquartile range and mean of your data that should let you decide how it is distributed.

    The problem is that there is no expectation that the input values will or should be evenly distributed. Ie. They could be clumped at both ends, or predominantly more at one end than the other; or any other variation.

    My gut tells me you're pointing me in the right direction; but I'm not seeing how to make use of the suggestion?

    I'm not sure how you could detect the base of log data, it will all look the same as it's trivial to convert from one base to another.

    Indeed. The log base doesn't matter. The point was only that certain datasets are very obviously logarithmic by (human) inspection.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
    In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1123265]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 08:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found