Description Usage Arguments Value
View source: R/BatscheletOptimization.R
Find maximum likelihood estimates for the inverse Batschelet distribution
1 2 3 |
x |
An set of angles in radians. |
likfunbat_fun |
A function that returns a function, which is the desired
likelihood function to maximize over. Either |
weights |
A vector of length |
fixed_mu |
If NA, the |
fixed_kp |
If NA, kp will be estimated. Else, a numeric giving the fixed value of kp. |
fixed_lam |
If NA, lam will be estimated. Else, a numeric giving the fixed value of lam. |
init_kp |
An initial value for κ, only used if neither κ or λ is fixed. |
init_lam |
An initial value for λ, only used if neither κ or λ is fixed. |
max_its |
Used only if neither |
kp_max |
Used only if |
The maximum likelihood estimates for the mu
, kp
, and
lam
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.