powered by
Analytic solution for the slope of \(y(x)\) if available. \(ecld.y_slope_trunc\) calculates the MGF truncation point where \(dy/dx+t=1\). SGED is supported.
ecld.y_slope(object, x)ecld.y_slope_trunc(object, t = 1)
ecld.y_slope_trunc(object, t = 1)
an object of ecld class
a vector of \(x\) values
numeric, for MGF truncation
numeric
# NOT RUN { ld <- ecld(sigma=0.01*ecd.mp1) x <- seq(-0.1, 0.1, by=0.01) ecld.y_slope(ld,x) ecld.y_slope_trunc(ld) # }
Run the code above in your browser using DataLab