Usage
QQplotGMM(Data,Means,SDs,Weights,IsLogDistribution,Line,
PlotSymbol,xug,xog,LineWidth,PointWidth, ylab,main, ...)
Arguments
Data
vector (1:N) of data points
Means
vector[1:L] of Means of Gaussians (of GMM),L == Number of Gaussians
SDs
vector of standard deviations, estimated Gaussian Kernels, has to be the same length as Means
Weights
vector of relative number of points in Gaussians (prior probabilities), has to be the same length as Means
IsLogDistribution
Optional, ==1 if distribution(i) is a LogNormal, default Zeros of Length L
Line
Optional, Default: TRUE=Regression Line is drawn
xug
Optional, lower limit of the interval [xug, xog], in which a line will be interpolated
xog
Optional, upper limit of the interval [xug, xog], in which a line will be interpolated
PlotSymbol
Optional, plot symbol. Default is 20.
LineWidth
Optional, width of regression line, if Line==TRUE
PointWidth
Optional, width of points
...
Note: xlab cannot be changed, other parameters see qqplot