| sld.sd | R Documentation |
Compute statistics for mean, var, skewness, kurtosis for SLD.
These functions are just wrappers on ksl.
If you need to calculate the statistics in quantity, you should use ksl or kqsl directly.
sld.sd(object) sld.var(object) sld.mean(object) sld.skewness(object) sld.kurtosis(object) sld.kurt(object)
object |
an object of sld class |
numeric
Stephen H-T. Lihn
d <- qsld(nu0=10.4, theta=1.6, convo=2) sld.sd(d) sld.var(d) sld.mean(d) sld.skewness(d) sld.kurt(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.