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