Learn R Programming

DiscreteDists (version 1.1.0)

z_cpp: Function to obtain Z for COMPO with C++.

Description

Function to obtain Z for COMPO with C++.

Usage

z_cpp(lambda, nu, max_terms = 1000L, tol = 1e-10)

Value

returns the z value.

Arguments

lambda

numeric value for mu.

nu

numeric value for sigma.

max_terms

numeric value.

tol

numeric value.