mixtools-internal | R Documentation |
Internal kernel, semiparametric-related, and miscellaneous functions for the package mixtools
.
dexpmixt(t, lam, rate) HRkde(cpd, u = cpd[,1], kernelft = triang_wkde, bw = rep(bw.nrd0(as.vector(cpd[,1])), length(cpd[,1]))) inv.logit(eta) kern.B(x, xi, h, g = 0) kern.C(x, xi, h) kern.G(x, xi, h) kern.O(x, xi, h) kern.T(x, xi, h) kfoldCV(h, x, nbsets = 2, w = rep(1, length(x)), lower = mean(x) - 5*sd(x), upper = mean(x) + 5*sd(x)) KMintegrate(s) KMod(cpd, already.ordered = TRUE) ldc(data, class, score) logit(mu) npMSL_old(x, mu0, blockid = 1:ncol(x), bw=bw.nrd0(as.vector(as.matrix(x))), samebw = TRUE, h=bw, eps=1e-8, maxiter=500, bwiter = maxiter, ngrid = 200, post = NULL, verb = TRUE) plotseq(x, ...) rlnormscalemix(n, lambda=1, meanlog=1, sdlog=1, scale=0.1) splitsample(n, nbsets = 2) triang_wkde(t, u=t, w=rep(1/length(t),length(t)), bw=rep(bw.nrd0(t), length(t))) wbw.kCV(x, nbfold = 5, w = rep(1, length(x)), hmin = 0.1*hmax, hmax = NULL)
x |
A vector of values to which local modeling techniques are applied. |
xi |
An n-vector of data values. |
h |
The bandwidth controlling the size of the window used for the
local estimation around |
g |
A shape parameter required for the symmetric beta kernel. The default
is |
mu0 |
See updated arguments in the |
blockid |
See updated arguments in the |
bw |
See updated arguments in the |
samebw |
See updated arguments in the |
eps |
See updated arguments in the |
maxiter |
See updated arguments in the |
bwiter |
See updated arguments in the |
ngrid |
See updated arguments in the |
post |
See updated arguments in the |
verb |
See updated arguments in the |
n |
See updated arguments in the |
nbsets |
See updated arguments in the |
w |
See updated arguments in the |
lower |
See updated arguments in the |
upper |
See updated arguments in the |
nbfold |
See updated arguments in the |
hmin |
See updated arguments in the |
hmax |
See updated arguments in the |
data |
Data, possibly multivariate, fed to the |
class |
The number of classes, inputted based on number of components in the |
score |
The score vector from LDA used in constructing a mixturegram. |
lam |
A vector of mixture proportions, should sum to one. |
rate |
A vector of mixture component rates. |
t |
Argument for |
mu |
A proportion for which to calculate the logit function; i.e., |
eta |
Any real value for which to calculate the inverse logit function;
i.e., |
cpd |
Argument for |
kernelft |
Argument for |
s |
Argument for |
meanlog |
Argument for |
sdlog |
Argument for |
These are usually not to be called by the user.
npMSL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.