.simulate_from_distribution | R Documentation |
Simulate observations from a specified distribution family
.simulate_from_distribution(
n,
alphaVec,
betaVec,
gammaVec,
deltaVec,
lambdaVec,
family
)
n |
Number of observations to simulate |
alphaVec |
Vector of alpha parameters |
betaVec |
Vector of beta parameters |
gammaVec |
Vector of gamma parameters |
deltaVec |
Vector of delta parameters |
lambdaVec |
Vector of lambda parameters |
family |
Character string specifying distribution family |
A vector of simulated observations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.