View source: R/fit_model_BinCont_copula.R
marginal_distribution | R Documentation |
The marginal_distribution()
function is a wrapper for
fitdistrplus::fitdist()
that fits a univariate distribution to a data
vector.
marginal_distribution(x, distribution, fix.arg = NULL)
x |
(numeric) data vector |
distribution |
Distributional family. One of the follwing:
|
fix.arg |
An optional named list giving the values of fixed parameters of the named distribution or a function of data computing (fixed) parameter values and returning a named list. Parameters with fixed value are thus NOT estimated by this maximum likelihood procedure. |
Object of class fitdistrplus::fitdist
that represents the marginal
surrogate distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.