Description Usage Arguments Value Examples
addlnorm - estiamtes a log-normal distribution from output of a histogram of a data set.
1 | addlnorm(inhist, xdata, inc = 0.01)
|
inhist |
- is the output from a call to 'hist' (see examples) |
xdata |
- is the data that is being plotted in the histogram. |
inc |
- defaults to a value of 0.01; is the fine grain increment used to define the normal curve. The histogram will be coarse grained relative to this. |
a 4 x N matrix of x and y values to be used to plot the fitted normal probability density function.Combined with estiamtes of mean(log(indata)) and log(sd(indata))
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.