The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
The goal of FitDynMix is to estimate a dynamic lognormal - Generalized Pareto mixture via the Approximate Maximum Likelihood and the Cross-Entropy methods.
You can install the development version of FitDynMix from GitHub with:
# install.packages("devtools")
::install_github("marco-bee/FitDynMix") devtools
This is a basic example of estimation via AMLE:
library(FitDynMix)
## basic example code
<- 5000
k <- .02
epsilon <- 2
bootreps = AMLEfit(Metro2019, epsilon, k, bootreps, 1e-04, 'exp') res
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.