cum_prob.hermite_estimator_bivar: Estimates the cumulative probabilities for a matrix of 2-d x...

View source: R/hermite_estimator_bivar.R

cum_prob.hermite_estimator_bivarR Documentation

Estimates the cumulative probabilities for a matrix of 2-d x values

Description

This method calculates the cumulative probability values for a matrix of 2-d x vector values using the hermite_estimator_bivar object (h_est_obj).

Usage

## S3 method for class 'hermite_estimator_bivar'
cum_prob(h_est_obj, x, clipped = FALSE, accelerate_series = FALSE)

Arguments

h_est_obj

A hermite_estimator_bivar object.

x

A numeric matrix. Each row corresponds to a 2-d coordinate.

clipped

A boolean value. This value determines whether cumulative probabilities are clipped to lie within the range [0,1].

accelerate_series

A boolean value. Series acceleration has not yet been implemented for bivariate estimators.

Details

The object must be updated with observations prior to the use of this method.

Value

A numeric vector of cumulative probability values.


hermiter documentation built on May 31, 2023, 6:30 p.m.