findThetas: Determine modes of btld

View source: R/findThetas.R

findThetasR Documentation

Determine modes of btld

Description

Using kernel density estimation, calculate the local maxima i.e. the modes

Usage

findThetas(xs)

Arguments

xs

input data.

Value

modes

Examples

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

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