subbofish | R Documentation |
Calculate the standard errors, the correlation, the Fisher Information matrix and its inverse for a power exponential density with given parameters
subbofish(size = 1L, b = 2, m = 0, a = 1, O_munknown = 0L)
size |
numeric - number of observations (Default: 01) |
b |
numeric - the exponent b (Default: 2.0) |
m |
numeric - the location parameter (Default: 0.0) |
a |
numeric - the scale parameter (Default: 1.0) |
O_munknown |
numeric - if true assumes m known |
a list containing four elements:
std_error - the standard error for the parameters
cor_ab - the correlation between parameters a and b
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.