get_equi_prob_breaks: get breaks based on equidistant prob

Description Usage Arguments Value Examples

View source: R/homogeneous_GoF.R

Description

for a given hypergeometric distribution gives a set of points so that expected value is greater than or equal to 5

Usage

1
get_equi_prob_breaks(n, m, k, n_obs)

Arguments

n

number of success in population

m

number of failures in population

k

sample size

n_obs

number of observations

Value

data frame, col q is cutoff points, p is associated prob. First prob is P(X <= q1) last p is P(X >= qn)

Examples

1
get_equi_prob_breaks(500,500,200,100)

jonotuke/graphr documentation built on May 19, 2019, 8:37 p.m.