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)
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
numeric - number of observations (Default: 01)
numeric - the exponent b (Default: 2.0)
numeric - the location parameter (Default: 0.0)
numeric - the scale parameter (Default: 1.0)
numeric - if true assumes m known