powered by
Checks whether a series of fitted density values (such as given out as y-component of density) is unimodal.
y
density
unimodal.ind(y)
numeric vector of fitted density values in order of increasing x-values such as given out as y-component of density.
Logical. TRUE if unimodal.
TRUE
# NOT RUN { unimodal.ind(c(1,3,3,4,2,1,0,0)) # }
Run the code above in your browser using DataLab