fisher_general: Compute the Fisher information matrix for a given data and...

View source: R/fisher_info.R

fisher_generalR Documentation

Compute the Fisher information matrix for a given data and theta vector

Description

Compute the Fisher information matrix for a given data and theta vector

Usage

fisher_general(data = list(x, y), theta, dmetric)

Arguments

dmetric

string - distance metric - "euclidean" or "great_circle"

data:

list of data vectors, x, and y

theta:

list of n parameters (estimated theta)

Value

list of fisher matrix elements


ecrc/exageostatR documentation built on June 9, 2025, 9:06 p.m.