findFThetas: Determine ecdf values for the mode parameters

View source: R/findFThetas.R

findFThetasR Documentation

Determine ecdf values for the mode parameters

Description

Search through the ecdf to find values that are around the modes and calculate the average density around the modes.

Usage

findFThetas(x)

Arguments

x

input data

Value

cdf values for the mode parameters

Examples

x<-runif(1000,0,1)
findFThetas(x)

tharris0924/btld documentation built on Dec. 1, 2022, 9:37 p.m.