f_theta: Empirical Reference Distribution Function with group weights...

View source: R/utils.R

f_thetaR Documentation

Empirical Reference Distribution Function with group weights theta and cluster weights psi

Description

Empirical Reference Distribution Function with group weights theta and cluster weights psi

Usage

f_theta(x, data, theta = NULL, psi = NULL, type = NULL)

Arguments

x

A scalar or vector to be checked as F(x)

data

The data, provided as a list of lists

theta

A vector of group weights, defaults to unweighted estimator

psi

A list of vector-weights, defaults to unweighted estimator

type

A string indicating whether weighted or unweighted estimator should be used. Only if psi is not provided

Value

Value(s) of the empirical distribution function


spruenke/rankCluster documentation built on June 16, 2022, 9:47 a.m.