find_mode {topolow}R Documentation

Find Mode of Density Distribution

Description

Calculates the mode (maximum point) of a kernel density estimate.

Usage

find_mode(density)

Arguments

density

List containing density estimate with components:

x

Vector of values

y

Vector of density estimates

Value

Numeric value of the mode


[Package topolow version 1.0.0 Index]