check_params: Check validity of copula parameters

check_alphaR Documentation

Check validity of copula parameters

Description

Ensures input values are non-negative.

Usage

check_alpha(alpha)

check_theta(theta)

Arguments

alpha

Values of alpha to check.

theta

Values of theta to check.

Value

An error if any theta or alpha is negative; an invisible value otherwise. NA values do not throw an error.


igcop documentation built on Nov. 14, 2023, 5:10 p.m.