pitman.probability_new_next: Compute the probability of observing a new element in the...

View source: R/pitman.probability_new_next.R

pitman.probability_new_nextR Documentation

Compute the probability of observing a new element in the next observation (see PSF).

Description

Compute the probability of observing a new element in the next observation (see PSF).

Usage

 pitman.probability_new_next(theta, sigma, k, n) 

Arguments

theta

PSF model parameter .

sigma

PSF model parameter .

k

Number of distinct observed elemtens .

n

Total number of observed elements.

Examples

x <- ewens.probability_new_next(theta=20, sigma=0.001, k=100, n=100000)

lfpaulin/SVhound documentation built on July 27, 2022, 3:43 a.m.