deri.plot: Plot of directional derivative

Description Usage Arguments Value Examples

View source: R/deri_plot.R

Description

Plot the directional derivative from the clustering estimator to dirac measures.

Usage

1
deri.plot(data_x, G, inf, sup)

Arguments

data_x

sample from GMM

G

the estimate of clustering

inf

inf bound of the range for searching for parameters

sup

sup bound of the range for searching for parameters

Value

maximum value of gradient function in some range.

Examples

1
2
3
4
5
6
## Not run: 
data_x = c(rnorm(500,0),rnorm(500,2));
M = CN.R(data_x, it_num = 20, inf = -1.5, sup = 3.5);
M_deri = deri.plot(M);M_deri

## End(Not run)

Sirui522/SCtry2333 documentation built on Jan. 3, 2020, 12:11 a.m.