2009-09-10  David Local  <d.scott@auckland.ac.nz>

	* updated all .R and .Rd files to do with moments. Changed
	variance, skewness and kurtosis to use xxxMom.R. Changed mean
	functions to use besselRatio because it has protection against
	large x values

	* ghypMom.Rd created

	* Terminology: decided on xxxMom.Rd for recursive moments
	approach, xxxMeanVarMode.Rd for mean, variance, skewness, kurtosis
	and mode. Implemented for ghypMom.Rd and ghypMeanVarMode.Rd. Note
	that kurtosis is *excess* kurtosis.
	

2009-09-09    <d.scott@auckland.ac.nz>

	* ghypMomentsAndMode.R added. Uses iterative algorithm to obtain
	moments. File includes functions ghypMean, ghypVar, ghypSkew,
	ghypKurt and ghypMode as well as ghypMom. Documentation still
	required.
	
	* testghypMom.R added to test moments
	

2009-07-24    <d.scott@auckland.ac.nz>

	* momChangeAbout.R and momChangeAbout.Rd altered to allow
	calculation of all moments, using minor modification of
	Christine's code

2009-07-23    <d.scott@auckland.ac.nz>

	* Fixed all problems and ran through R CMD CHECK without problems

2009-07-22    <d.scott@auckland.ac.nz>

	* momIntegrated.R, gigMom.R, gigMom.Rd, testgigMom.R corrected and
	moved to HyperbolicDist. Corrected momChangeAbout.Rd since
	momChangeAbout only produces a single moment of the specified
	order, not a vector as stated by Christine 

2009-07-21    <d.scott@auckland.ac.nz>

	* momRecursion.R, momRecursion.Rd, momChangeAbout.R,
	momChangeAbout.Rd, testmomChangeAbout.Rd taken from Christine's
	latest VarianceGamma files and moved to
	HyperbolicDist 

	* is.wholenumber.R, is.wholenumber.Rd, testis.wholenumber.R,
	besselRatio.R, besselRatio.Rd, testbesselRatio.R, gigCheckPars.R,
	gigCheckPars.Rd, testgigCheckPars.R, moved to HyperbolicDist from
	MomentsCode at svnETH

2009-03-11    <d.scott@auckland.ac.nz>

	* hyperbFitStart.Rd changed to take out {\o} and {\ae} in names
	and replace with \enc entries

	* All .Rd files changed where they contained a name with foreign
	accents. Encoding changed in description file as
	Encoding: latin1 and changed wherever possible Blaesild to
	\enc{Blsild}{Blaesild}, Cramer to \enc{Crmer}{Cramer}, Jorgensen
	to \enc{Jrgensen}{Jorgensen}, and Sorenson to
	\enc{Srenson}{Sorenson} 

2009-03-06    <d.scott@auckland.ac.nz>

	* HyperbolicDist moved to R-Forge
	Current release will be on CRAN, development version on R-Forge,
	working on own machine(s)

2009-03-04    <d.scott@auckland.ac.nz>

	* hyperbFit, print.hyperbFit, plot.hyperbFit, print.summary.hyperbFit:
	changed name of object in call from object to x to follow
	requirements for S3 generics. Changed name of data from x to obs
	and data name from xName to obsName to avoid conflict with x as
	name of object and of data
	* hyperbFit.Rd, summary.hyperbFit.Rd: documentation changed to
	reflect changes in functions
	* hyperbFit, hyperbFit.Rd: changed name of control list for
	Nelder-Mead from controlNLM to controlNM
	* summary.hyperbFit, summary.hyperbFit.Rd: changed Theta to
	object$Theta in two places on advice from Bernhard Pfaff since
	there was an error:
	Error in summary.hyperbFit(tmp) : object "Theta" not found

2008-04-28    <d.scott@auckland.ac.nz>

	* print.hyperbFit, plot.hyperbFit, print.summary.hyperbFit:
	changed name of object in call from x to object
	to avoid conflict with x as name of data
	* hyperbFit.Rd, summary.hyperbFit.Rd: documentation changed to
	reflect changes in functions








