subboafish | R Documentation |
Returns the Fisher Information matrix and its inverse for the Asymmetric Power Exponential distribution for the given parameters.
subboafish(size = 1L, bl = 2, br = 2, m = 0, al = 1, ar = 1, O_munknown = 0L)
size |
(numeric) - number of observations (Default: 01) |
bl |
(numeric) - set the left exponent (Default: 2.0) |
br |
(numeric) - set the right exponent (Default: 2.0) |
m |
(numeric) - the location parameter (Default: 0.0) |
al |
(numeric) - the left scale parameter (Default: 1.0) |
ar |
(numeric) - the right scale parameter (Default: 1.0) |
O_munknown |
(numeric) - if true assumes |
a list containing three elements:
std_error - the standard error for the parameters
infmatrix - the Fisher Information Matrix
inv_infmatrix - the Inverse Fisher Information Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.