Learn R Programming

ntwk (version 1.0.0)

node_mle_components: Returns the components (i.e. numerator and denominator) of the MLE

Description

Returns the components (i.e. numerator and denominator) of the MLE

Usage

node_mle_components(times, data, thresholds, div = 1e+05, output = "vector")

Arguments

times

Times at which data is given

data

Values to compute the MLE with.

thresholds

Jump threshold values.

div

Batch size/divisor to avoid large memory allocation.

output

String to indicate the form of the output: vector or matrix.

Value

Computes the GrOU MLE components.