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