btldParams: Determine the parameters of the btld

View source: R/btldParams.R

btldParamsR Documentation

Determine the parameters of the btld

Description

Using the various functions built in this package, and a KDE to initialize the modal parameters, this function calculates the mode and scale parameters for the btld.

Usage

btldParams(xs, normalize = F)

Arguments

xs

input data

normalize

do we normalize?

Value

dataframe containing the scales and modes

Examples

library(mixtools)
data(NOdata)
btldParams(NOdata$NO,normalize=TRUE)

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