2023-11-26 <d.scott@auckland.ac.nz > * HyperbolicDistribution.Rd, RLambda.Rd, dghyp.Rd, dgig.Rd, dhyperb.Rd, ghypCalcRange.Rd, ghypChangePars.Rd, ghypMom.Rd, gigCalcRange.Rd, gigChangePars.Rd, hyperbCalcRange.Rd, hyperbChangePars.Rd, hyperbCvMTest.Rd, hyperbFitStart.Rd, hyperbMeanVarMode.Rd, hyperbWSqTable.Rd, logHist.Rd, and momRecursion.Rd all changed to UTF-8 to appease CRAN * Changed itemize to describe in some .Rd files * Changed class checks to use inherits 2022-02-0 David Scott <d.scott@auckland.ac.nz> * NAMESPACE altered to add imports from base R after notification from CRAN. * SandP500.Rd updated website information regarding the data source, and data files changed from .R to .rda in all cases 2010-10-27 David Scott <d.scott@auckland.ac.nz> * DESCRIPTION altered to show package as deprecated. * logHist corrected to pass breaks and other arguments to hist.default. 2009-10-09 <d.scott@auckland.ac.nz> * HyperbolicDistribution.Rd added alias so SkewHyperbolic link works. Need a standard approach to documenting package and distributions within the package 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{Bl��sild}{Blaesild}, Cramer to \enc{Cr��mer}{Cramer}, Jorgensen to \enc{J��rgensen}{Jorgensen}, and Sorenson to \enc{S��renson}{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