MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: NMF in Mathematica 8

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130668] Re: NMF in Mathematica 8
  • From: Frank K <fkampas at gmail.com>
  • Date: Wed, 1 May 2013 03:37:14 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <klnunk$g3b$1@smc.vnet.net>

In[5]:= $Version

Out[5]= 8.0 for Microsoft Windows (64-bit) (October 7, 2011)

In[6]:= data={{15000,0.154},{25000,0.283},{35000,0.402},{50000,0.55},{75000,0.733},{100000,0.843}};
nlm01=NonlinearModelFit[data,CDF[ParetoDistribution[khat,ahat],$x],{khat,ahat},$x];
nlm01["BestFitParameters"]

Out[8]= {khat->12989.3,ahat->0.658768}



  • Prev by Date: Re: Wrong Answer
  • Next by Date: Re: Does Wolfram Alpha Pro support all of the functionality of Mathematica
  • Previous by thread: Re: NMF in Mathematica 8
  • Next by thread: Re: NMF in Mathematica 8