alpha2theta {GenHMM1d} | R Documentation |
Transformation of unconstrained parameters to constrained parameters
Description
This function computes the constrained parameters theta of a univariate distribution, from the unconstrained parameter alpha.
Usage
alpha2theta(family, alpha)
Arguments
family |
distribution name; run the command distributions() for help |
alpha |
unconstrained parameters of the univariate distribution |
Value
theta |
constrained parameters |
[Package GenHMM1d version 0.2.1 Index]