The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
The mos
package provides tools for simulating order
statistics, censored samples (Type I and Type II), and record values
from various continuous distributions. It also includes functions to
compute the moments (mean, variance, skewness, and kurtosis) of order
statistics using exact or simulation-based methods.
You can install the package from CRAN with:
install.packages("mos")
ros()
.rcens()
and
rpcens2()
.rkrec()
.mo_unif()
, mo_exp()
,
mo_weibull()
, etc.mo_norm()
, mo_gamma()
,
mo_beta()
, etc.Compute the first and second moments of the 2nd order statistic from an exponential distribution:
mo_exp(r = 2, n = 10, k = 1) # First moment
mo_exp(r = 2, n = 10, k = 2) # Second moment
Simulate order statistics from the normal distribution:
ros(size = 5, r = 2, n = 10, dist = "norm", mean = 0, sd = 1)
GPL-3
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.