Displaying 20 results from an estimated 1166 matches for "mixtures".
Did you mean:
mixture
2009 Feb 19
1
Bug in predict function for naiveBayes?
Dear all,
I tried a simple naive Bayes classification on an artificial dataset, but I
have troubles getting the predict function to work with the type="class"
specification. With type= "raw", it works perfectly, but with type="class" I
get following error :
Error in as.vector(x, mode) : invalid 'mode' argument
Data : mixture.train is a training set with 100
2017 Jun 29
6
package to fit mixtures of student-t distributions
...n up for mixture of gaussians (what I am not interested here).
The most promising candidates so far are the "AdMit" and "MitSEM" R packages. However I do not know R and find the description of these packages rather comlple and it seems their core objective is not the fitting of mixtures of t?s but instead use this as a step to accomplish something else.
This is in a nutshell what I want the software to accomplish:
Fitting a mixture of t-distributions to some data and estimate the "location" "scale" and "degrees of freedom" for each.
I hope someone...
2002 Oct 22
5
Mixture of Univariate Normals
Dear list,
Can anyone provide a package or code for estimating the parameters of a
mixture of c (c >=2) univariate normal distributions?
I've tried the algorithm provided by Venables & Ripley (1999) p 263, for
the mixture of two normal, but I don't find the "ms" function in R. I've
used nls instead, but I'm not sure if it works the same.
The data I have is very
2011 Feb 02
2
clustering with finite mixture model
Dear R-help,
I am doing clustering via finite mixture model. Please suggest some packages in
R to find clusters via finite mixture model with continuous variables. And
also I wish to verify the distributional properties of the mixture distributions
by fitting the model with lognormal, gamma, exponentials etc,.
Thanks in advance,
warm regards,Ms.Karunambigai M
PhD Scholar
Dept. of Biostatistics
2013 Mar 31
0
Skewness of fitted mixture not correct?
I fitted a gaussian mixture to my financial data. The data can be found
here: http://uploadeasy.net/upload/32xzq.rar
I look at the density with
plot(density(dat),col="red",lwd=2)
this has a skew of
library(e1071)
skewness(dat)
-0.1284311
Now, I fit a gaussian mixture according to:
f(l)=πϕ(l;μ1,σ21)+(1−π)ϕ(l;μ2,σ22)
with:
2009 Aug 06
0
Fitting Mixture of Non-Central Student's t Distributions
...ge looks great, I'm sure it will help
me during my further studies.
Kind regards,
Susanne
On 15 Jun 2009, at 20:09, Ingmar Visser wrote:
> Dear Susanne & Dave,
>
> The gamlss package family has an enormous variety of distributions and
> a function to combine
> them into mixtures. In particular, the 3 parameter student's t and the
> 4 parameter generalized t
> distribution.
>
> Hth, Ingmar
>
> On 15 Jun 2009, at 17:12, David Hunter wrote:
>
> > Hi Susanne. The mixtools package does not do this automatically and
> > I would be surpris...
2009 Jun 13
1
Fitting Mixture of Non-Central Student's t Distributions
Dear all,
I am attempting to model some one-dimensional data using a mixture model
of non-central Student's t distributions. However, I haven't been able
to find any R package that provides this functionality.
Could there be a way to "manipulate" the EM algorithms from the mixdist
or mixtools package to fit the model, or do you have any other
suggestions?
If anyone could help
2009 Apr 30
1
finite mixture model (2-component Weibull): plotting Weibull components?
Dear Knowledgeable R Community Members,
Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance.
I have a finite mixture modeling problem -- for example, a 2-component Weibull mixture -- where the components have a large overlap, and
I am trying to adapt the "mclust" package which concern to normal
2017 Jun 29
0
package to fit mixtures of student-t distributions
...mixture of gaussians (what I am not interested here).
>
> The most promising candidates so far are the "AdMit" and "MitSEM" R packages. However I do not know R and find the description of these packages rather comlple and it seems their core objective is not the fitting of mixtures of t?s but instead use this as a step to accomplish something else.
>
> This is in a nutshell what I want the software to accomplish:
>
> Fitting a mixture of t-distributions to some data and estimate the "location" "scale" and "degrees of freedom" for each...
2017 Jun 29
1
package to fit mixtures of student-t distributions
...f gaussians (what I am not interested here).
>>
>> The most promising candidates so far are the "AdMit" and "MitSEM" R packages. However I do not know R and find the description of these packages rather comlple and it seems their core objective is not the fitting of mixtures of t?s but instead use this as a step to accomplish something else.
>>
>> This is in a nutshell what I want the software to accomplish:
>>
>> Fitting a mixture of t-distributions to some data and estimate the "location" "scale" and "degrees of free...
2008 Jun 23
3
Simulating Gaussian Mixture Models
Hi,
Is there any package that I can use to simulate the Gaussian
Mixture Model , which is a mixture modeling method that is widely used
in statistical learning theory.
I know there is a mclust, however, I think it is a little bit
different from my problem.
Thanks very much..
regards.
--------------------------
Peng Jiang
??
Ph.D. Candidate
Antai College of Economics &
2005 Oct 21
1
finite mixture model (2-component gaussian): plotting component gaussian components?
Dear Knowledgeable R Community Members,
Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance.
I have a finite mixture modeling problem -- for example, a 2-component gaussian mixture -- where the components have a large overlap, and
I am trying to use the "mclust" package to solve this problem.
I need
2005 May 10
4
density function
Hi,
I wonder if the function "density" outputs the gaussian mixture formula
that is estimated from the input data, assuming a gaussian model is used
at each data point ? I want to take the derivative of the finally
estimated gaussian mixture formula for further analysis.
Thanks in advance for any help that you can offer me!
Hui
2005 Mar 23
4
sampling from a mixture distribution
Dear R users,
I would like to sample from a mixture distribution p1*f(x1)+p2*f(x2). I
usually sample variates from both distributions and weight them with their
respective probabilities, but someone told me that was wrong. What is the
correct way?
Vumani
2004 Sep 13
2
Mixture Analysis
Dear all,
Does anyone know if the mixture analysis (i.e : sexual dimorphism, age group,…) can be done with R software ? Thanks for your help
Dan
---------------------------------
[[alternative HTML version deleted]]
2010 Nov 22
0
hierarchical mixture modelling
Hi folks,
I have circular data that I'd like to model as a mixture of a uniform
and a Von Mises centered on zero. The data are from 2 groups of human
participants, where each participant is measured repeatedly within
each of several conditions. So, the data frame would look something
like:
########
design = expand.grid(
person = 1:20
, variable1 = 1:2
, variable2
2017 Jul 02
0
package to fit mixtures of student-t distributions
Thanks Ranjan,
that provides exactly what I need.
I also got a more elaborate answer on stackoverflow (after the same question got rejected form cross validated?) with a running example for this package:
https://stackoverflow.com/questions/44825529/package-to-fit-mixtures-of-student-t-distributions/44827220#44827220 <https://stackoverflow.com/questions/44825529/package-to-fit-mixtures-of-student-t-distributions/44827220#44827220>
Kind regards
Vare
> Would package "teigen" help?
>
> Ranjan
>
>
> On Thu, Jun 29, 2017 at 2:41 PM...
2012 Mar 05
1
Fitting & evaluating mixture of two Weibull distributions
Hello,
I would like to fit a mixture of two Weibull distributions to my data, estimate the model parameters, and compare the fit of the model to that of a single Weibull distribution.
I have used the mix() function in the 'mixdist' package to fit the mixed distribution, and have got the parameter estimates, however, I have not been able to get the log-likelihood for the fit of this model
2017 Jun 29
0
package to fit mixtures of student-t distributions
...ixture of gaussians (what I am not interested here).
>
> The most promising candidates so far are the "AdMit" and "MitSEM" R packages. However I do not know R and find the description of these packages rather comlple and it seems their core objective is not the fitting of mixtures of t?s but instead use this as a step to accomplish something else.
>
> This is in a nutshell what I want the software to accomplish:
>
> Fitting a mixture of t-distributions to some data and estimate the "location" "scale" and "degrees of freedom" for ea...
2007 Sep 07
1
How to obtain parameters of a mixture model of two lognormal distributions
Dear List,
I have read that a lognormal mixture model having a pdf of the form
f(x)=w1*f1(x)+(1-w1)*f2(x) fits most data sets quite well, where f1
and f2 are lognormal distributions.
Any pointers on how to create a function that would produce the 5
parameters of f(x) would be greatly appreciated.
> version
_
platform i386-pc-mingw32
arch i386
os