1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637
|
2013-04-30 chalabi
* DESCRIPTION, NAMESPACE, R/builtin-ssdenGss.R, R/zzz.R,
src/gss_a.f, src/gss_b.c: gss is now an import package
2012-09-21 chalabi
* ChangeLog, DESCRIPTION: Updated ChangeLog and DESC files
2012-09-20 mmaechler
* DESCRIPTION, NAMESPACE, R/dist-stable-deprecated.R,
inst/unitTests/runit.DistributionFits.R,
man/fBasics-deprecated.Rd: no longer re-export the [dpqr]stable()
functions from "stabledist"; and more reasonable unitTests for
those
2012-09-14 chalabi
* ChangeLog, DESCRIPTION: updated DESC and ChangeLog
* DESCRIPTION: updated version number
* R/utils-Sys.putenv.R: Removed deprecated putenv patch
2012-08-22 chalabi
* ChangeLog, DESCRIPTION: updated DESC and ChangeLog
* DESCRIPTION, NAMESPACE, R/stats-interpAkima.R,
R/stats-interpLinear.R: Removed code that was copied from akiam
(0.5-1) to avoid external .Fortran calls to akima package.
* DESCRIPTION: updated version number
* ChangeLog: updated Changelog
* DESCRIPTION: added reference to code from akima (0.5-1) package
2012-08-12 chalabi
* DESCRIPTION: updated version number
* NAMESPACE, R/test-normalityTest.R: shapiroTest calls now base R
function shapiro.test
* DESCRIPTION: added stats pkg in Depends
2012-03-21 chalabi
* R/utils-getS4.R, man/utils-getS4.Rd: updated manual page and
getArgs()
2012-03-20 chalabi
* NAMESPACE, R/builtin-ssdenGss.R, src/gss.f, src/gss_a.f,
src/gss_b.c: removed fixed warnings generated by fortran routine
from gss package
* DESCRIPTION: updated DESC
2012-03-19 chalabi
* R/builtin-ssdenGss.R, R/gui-sliderMenu.R, R/gui-stableSlider.R,
R/utils-listFunctions.R: fixed partial argument names
2012-02-16 mmaechler
* NAMESPACE, R/builtin-ssdenGss.R, R/dist-nig.R,
R/gui-sliderMenu.R, R/utils-colorLocator.R,
man/utils-colorLocator.Rd: more cosmetic; notably first round of
"partial argument match" fixes
* src/nig.c: add #include .. (thanks to Jan Deleeuw)
2012-01-14 mmaechler
* DESCRIPTION, NAMESPACE, R/utils-getS4.R,
man/00fBasics-package.Rd, man/utils-getS4.Rd: do not export
getCall() -- which conflicts with R >= 2.14, in that case
* src/gld.c, src/nig.c: fix C code {stderr, exit}
2011-09-23 mmaechler
* DESCRIPTION: remove deprecated "LazyLoad" entry
2011-08-02 chalabi
* ChangeLog, DESCRIPTION: updated DESC and ChangeLog
* R/utils-getS4.R, man/fBasics-deprecated.Rd, man/stableSlider.Rd,
man/utils-getS4.Rd: fixed warnings with R CMD check
2011-06-22 mmaechler
* NAMESPACE, R/dist-distCheck.R, R/utils-getS4.R,
man/utils-getS4.Rd: getCall() -- adapt to future R 2.14.x ff
2011-06-22 chalabi
* NAMESPACE: updated NAMESPACE
* man/dist-distCheck.Rd, man/dist-ghRobMoments.Rd,
man/dist-ghtRobMoments.Rd, man/dist-gldMode.Rd,
man/dist-hypRobMoments.Rd, man/dist-nigRobMoments.Rd,
man/dist-normRobMoments.Rd, man/dist-sght.Rd,
man/fBasics-deprecated.Rd, man/stableSlider.Rd,
man/utils-hessian.Rd: updated man pages with new functions
* R/dist-hypRobMoments.R, R/dist-stable-deprecated.R,
R/utils-colorRGB.R, R/utils-getS4.R: getSlot() is now a wrapper
of slot() function
2011-05-04 chalabi
* man/test-normalityTests.Rd: added credits to Paul Johnson for
earlier funcions based on his Fortran code.
2011-02-03 mmaechler
* DESCRIPTION, NAMESPACE, R/dist-distCheck.R,
man/dist-distCheck.Rd: rename package "stable" to "stabledist" -
as "stable" has existed for many years in Jim Lindsey`s off-CRAN
collection
2011-01-31 mmaechler
* DESCRIPTION: update Version ('stable' needs it for unit tests)
* man/dist-distCheck.Rd: update: forgot new arg.s in usage
* man/fBasics-deprecated.Rd: man for keep deprecated [dpqr]stable()
* R/dist-stable-deprecated.R: keep "back compatibility" version of
stable
* R/dist-distCheck.R, man/dist-distCheck.Rd: (changes from a week
ago:) "control" attributes only in the fBasics "deprecated"
versions; add utils; start re-enabling the unit tests
2011-01-24 mmaechler
* DESCRIPTION, NAMESPACE, R/dist-stable.R, R/dist-stableMode.R,
R/gui-stableSlider.R, inst/unitTests/runit.StableDistribution.R,
man/dist-stable.Rd, man/dist-stableMode.Rd, man/stableSlider.Rd:
from fBasics, factor out a new "stable" package;
with distributions, but not (yet?) stableFit() etc
2010-10-26 chalabi
* NAMESPACE: updated NAMESPACE
2010-07-23 chalabi
* inst/DocCopying.pdf: removed DocCopying.pdf license is already
specified in DESCRIPTION file
2010-05-29 wuertz
* R/utils-getS4.R, man/utils-getS4.Rd: man page updated
* R/utils-getArgs.R: getArgs moved to getS4
* NAMESPACE, R/builtin-glGld.R, R/builtin-posdefCorpcor.R,
R/builtin-testNortest.R, R/builtin-varpieA2R.R,
R/dist-distCheck.R, R/dist-distErrors.R, R/dist-distPlot.R,
R/dist-fDISTFIT.R, R/gui-HeavisideSlider.R, R/gui-ghSlider.R,
R/gui-nigSlider.R, R/gui-returnSeries.R, R/utils-Sys.putenv.R,
R/utils-getArgs.R, R/utils-getS4.R, R/utils-listDescription.R,
R/utils-listFunctions.R, R/utils-listIndex.R,
R/utils-printControl.R, R/utils-randLCG.R, R/utils-unitTest.R,
man/utils-getS4.Rd: getArgs added, minor mods in some functions,
namespace adapted
2010-03-24 chalabi
* NAMESPACE, R/builtin-xlsGdata.R, R/read-download.R,
R/read-lines.R, R/read-lynx.R, R/read-split.R, R/read-xls.R,
inst/perl, man/read-download.Rd, man/read-lines.Rd,
man/read-lynx.Rd, man/read-split.Rd, man/read-xls.Rd: moved new
read.<> functions from fBasics to fImport
2010-03-09 dscott
* man/test-correlationTest.Rd, man/test-fHTEST.Rd,
man/test-ks2Test.Rd, man/test-locationTest.Rd,
man/test-normalityTests.Rd, man/test-scaleTest.Rd,
man/test-varianceTest.Rd: Fixed spelling mistakes
* src/nig.c: changed XMAX for 64 bit compatiblitiy and removed
unused headers
2010-03-02 wuertz
* R/builtin-xlsGdata.R: xls byuiltin added
2010-02-23 wuertz
* NAMESPACE: namespace adapted
* NAMESPACE: namespace adapted
* R/builtin-xlsGdata.R, R/read-download.R, R/read-lines.R,
R/read-lynx.R, R/read-split.R, R/read-xls.R, inst/perl,
inst/perl/IO, inst/perl/IO/AtomicFile.pm,
inst/perl/IO/InnerFile.pm, inst/perl/IO/Lines.pm,
inst/perl/IO/Scalar.pm, inst/perl/IO/Scalar.pm.html,
inst/perl/IO/ScalarArray.pm, inst/perl/IO/Stringy.pm,
inst/perl/IO/Wrap.pm, inst/perl/IO/WrapTie.pm, inst/perl/OLE,
inst/perl/OLE/Storage_Lite.pm, inst/perl/Spreadsheet,
inst/perl/Spreadsheet/ParseExcel,
inst/perl/Spreadsheet/ParseExcel.pm,
inst/perl/Spreadsheet/ParseExcel/Dump.pm,
inst/perl/Spreadsheet/ParseExcel/FmtDefault.pm,
inst/perl/Spreadsheet/ParseExcel/FmtJapan.pm,
inst/perl/Spreadsheet/ParseExcel/FmtJapan2.pm,
inst/perl/Spreadsheet/ParseExcel/FmtUnicode.pm,
inst/perl/Spreadsheet/ParseExcel/SaveParser.pm,
inst/perl/Spreadsheet/ParseExcel/Utility.pm,
inst/perl/html-parser, inst/perl/html-parser/html-ascii.pl,
inst/perl/html-parser/html-parser.html,
inst/perl/html-parser/html-to-ascii.pl,
inst/perl/html-parser/html-to-rfc.pl,
inst/perl/html-parser/parse-html.pl,
inst/perl/html-parser/rfc.pl, inst/perl/html-parser/tformat.pl,
inst/perl/xls2csv.pl, man/00fBasics-package.Rd,
man/read-download.Rd, man/read-lines.Rd, man/read-lynx.Rd,
man/read-split.Rd, man/read-xls.Rd: read tools added for reading
files from internet
2010-02-21 dscott
* ChangeLog, NAMESPACE, R/builtin-glGld.R, R/dist-gld.R,
R/dist-gldFit.R: Some fixes to gld functions
2010-02-09 chalabi
* DESCRIPTION: updated version number
2010-02-08 chalabi
* DESCRIPTION: updated DESC files
* man/utils-colorLocator.Rd: update Rd files
2009-12-08 wuertz
* DESCRIPTION: description file updated
2009-12-07 wuertz
* man/00fBasics-package.Rd: text updated
2009-12-06 wuertz
* DistributionsStatus: no longer needed
* DESCRIPTION: description updated
* DESCRIPTION, man/00fBasics-package.Rd: description file and
manual package info updated
* man/plot-interactivePlot.Rd, man/print.Rd, man/rand-lcg.Rd,
man/returnSeriesGUI.Rd: obsolete man files removed
* src/Makevars, src/gld.c, src/gss.f: src files added
* R/builtin-posdefCorpcor.R, R/builtin-testNortest.R,
R/builtin-varpieA2R.R, R/lines-recessionLines.R,
R/list-listDescription.R, R/list-listFunctions.R,
R/list-listIndex.R, R/print.R, R/rand-lcg.R,
R/utils-listDescription.R, R/utils-listFunctions.R,
R/utils-listIndex.R, R/utils-printControl.R, R/utils-randLCG.R,
R/utils-recessionLines.R, man/00fBasics-package.Rd: builtin and
util scripts added
* R/test-correlationTest.R, R/test-fHTEST.R, R/test-jbALM.R,
R/test-jbLM.R, R/test-jbTable.R, R/test-ks2Test.R,
R/test-locationTest.R, R/test-scaleTest.R, R/test-varianceTest.R:
tests updated
* R/test-NormalityTests.R, R/test-normalTest.R,
R/test-normalityTest.R: normality tests merged
* man/00fUtilities-package.Rd, man/colorLocator.Rd,
man/colorPalette.Rd, man/colorTable.Rd, man/dist-ssd.Rd,
man/interp-akimaInterp.Rd, man/interp-krigeInterp.Rd,
man/interp-linearInterp.Rd, man/listDescription.Rd,
man/listFunctions.Rd, man/listIndex.Rd,
man/plot-returnSeriesGUI.Rd, man/stats-interpAkima.Rd,
man/stats-interpKrige.Rd, man/stats-interpLinear.Rd,
man/utils-colorLocator.Rd, man/utils-colorPalette.Rd,
man/utils-colorTable.Rd, man/utils-getS4.Rd,
man/utils-interactivePlot.Rd, man/utils-listDescription.Rd,
man/utils-listFunctions.Rd, man/utils-listIndex.Rd,
man/utils-printControl.Rd, man/utils-randLCG.Rd: man pages
updated
* man/00fBasics-package.Rd, man/baseMethods.Rd: man updated
* R/builtin-HyperbolicDist.R, R/builtin-gelGMM.R,
R/builtin-gelGmm.R, R/builtin-gelGmm2.R, R/builtin-gld.R,
R/builtin-gmmGMM.R, R/builtin-gmmGmm.R, R/builtin-gmmGmm2.R,
R/builtin-gss.R, R/builtin-sandwichGMM.R, R/color-Locator.R,
R/color-Palettes.R, R/color-RGB.R, R/color-Table.R,
R/dist-ghFit.R, R/dist-ghMode.R, R/dist-nig.R, R/dist-ssd.R,
R/dist-stableFit.R, R/interp-akimaInterp.R,
R/interp-krigeInterp.R, R/interp-linearInterp.R,
R/matrix-colVec.R, R/matrix-gridVector.R, R/matrix-inv.R,
R/matrix-kron.R, R/matrix-norm.R, R/matrix-pascal.R,
R/matrix-pdl.R, R/matrix-posDefinite.R, R/matrix-rk.R,
R/matrix-tr.R, R/matrix-triang.R, R/matrix-tslag.R,
R/matrix-vech.R, R/plot-boxPlot.R, R/plot-interactivePlot.R,
R/plot-qqPlot.R, R/plot-seriesPlot.R, R/stats-basicStats.R,
R/stats-interpAkima.R, R/stats-interpKrige.R,
R/stats-interpLinear.R, R/stats-maxdd.R, R/stats-rowStats.R,
R/utils-Heaviside.R, R/utils-colorLocator.R,
R/utils-colorPalettes.R, R/utils-colorRGB.R,
R/utils-colorTable.R, R/utils-decor.R, R/utils-getS4.R,
R/utils-interactivePlot.R, R/utils-symbolTable.R,
R/utils-unitrootNA.R: functions sorted and partly scripts renamed
* R/builtin-gelGmm2.R, R/builtin-glGld.R, R/builtin-gmmGmm2.R,
R/builtin-hypHyperbolicDist.R, R/builtin-kweightsSandwhich.R,
R/builtin-ssdenGss.R: builtin functions renamed
2009-12-03 wuertz
* NAMESPACE, R/dist-distErrors.R, R/dist-distPlot.R, R/dist-gh.R,
R/dist-ghFit.R, R/dist-ghMode.R, R/dist-ghMoments.R,
R/dist-ghRobMoments.R, R/dist-nigFit.R, man/00fBasics-package.Rd,
man/dist-gh.Rd, man/dist-ghFit.Rd, man/dist-ghMode.Rd,
man/dist-ghMoments.Rd, man/dist-ght.Rd, man/dist-ghtFit.Rd,
man/dist-ghtMode.Rd, man/dist-ghtMoments.Rd,
man/dist-hypMoments.Rd, man/dist-nigMoments.Rd, man/dist-ssd.Rd,
man/dist-ssdFit.Rd, man/dist-stable.Rd, man/dist-stableMode.Rd:
man pages, NAMESPACE updated and som minor new functionalities
added
* R/dist-ghMoments.R, R/dist-ghtMoments.R, R/dist-hypMoments.R,
R/dist-nigMoments.R, R/lines-recessionLines.R: true moments added
* R/dist-nigFit.R, R/utils-hessian.R: standard errors for nigFit
added
2009-12-02 wuertz
* DistributionsStatus, NAMESPACE, R/dist-ghMoments.R, R/dist-ght.R,
R/dist-hypMoments.R, R/dist-nigMoments.R, R/dist-sght.R: further
moment functions added
* R/dist-ghMoments.R: gh central moments added
2009-12-01 wuertz
* NAMESPACE, R/dist-gh.R, R/dist-ghMoments.R, R/dist-ght.R,
R/dist-ghtMode.R, R/dist-gld.R, R/dist-hyp.R,
R/dist-hypMoments.R, R/dist-hypRobMoments.R, R/dist-nig.R,
R/dist-nigMoments.R, R/dist-norm.R, R/dist-normFit.R,
R/dist-normRobMoments.R, R/dist-sgh.R, R/dist-sghFit.R,
R/dist-snig.R, R/dist-ssd.R, R/dist-stable.R,
inst/unitTests/runit.HyperbolicDistribution.R,
man/dist-StableDistribution.Rd, man/dist-ght.Rd, man/dist-gld.Rd,
man/dist-hyp.Rd, man/dist-stable.Rd: distribution functionality
upgraded, some man pages are still missing
2009-11-24 wuertz
* DistributionsStatus, NAMESPACE, R/dist-nFit.R, R/dist-normFit.R:
nFit renamed to normFit
2009-11-23 wuertz
* R/dist-nigFit.R: log(var... updated in nigFit
* R/dist-gldFit.R, man/dist-gldFit.Rd: gld mps modified
2009-11-22 wuertz
* R/dist-gldFit.R, man/dist-gld.Rd: gld fit and distribution
updated
* DistributionsStatus, NAMESPACE, R/dist-gldFit.R, R/dist-nigFit.R,
man/dist-nigFit.Rd: Yohan's var(MPS) for the nig added
* NAMESPACE, R/builtin-gss.R, R/dist-gld.R, R/dist-gldFit.R,
R/dist-ssd.R, R/dist-ssdFit.R, R/plot-varpie.R: namespace updated
2009-11-21 wuertz
* R/plot-acfPlot.R, R/plot-boxPlot.R, R/plot-counts.R,
R/plot-histPlot.R, R/plot-interactivePlot.R,
R/plot-scalinglawPlot.R, R/plot-seriesPlot.R, R/plot-subPlot.R,
R/plot-subStars.R, R/plot-varpie.R, R/plot.R: cod beautified and
descriptions added for plot functions
* R/plot-qqPlot.R, man/plot-qqPlot.Rd: qq plot for GLD distribution
added
* DESCRIPTION: builtin packages and authors added
* man/dist-nigMode.Rd: nigMode manual page added
* man/dist-ghtMode.Rd, man/dist-nigMoments.Rd: manual page
information added
* R/builtin-HyperbolicDist.R, R/builtin-gelGMM.R, R/builtin-gld.R,
R/builtin-gmmGMM.R, R/builtin-gss.R, R/builtin-sandwichGMM.R,
R/dist-hyp.R: builtin function documentation improved
* R/builtin-HyperbolicDist.R: code borrowed from David Scott no
moved to script file builtin-HyperbolicDist
* man/dist-gld.Rd: examples modified
* R/dist-nigFit.R: nig mps fit objective function renamed
* NAMESPACE: namespace updated
* DistributionsStatus: file distribution status added
* R/dist-ghFit.R, R/dist-ghMode.R, R/dist-ghMoments.R,
R/dist-ght.R, R/dist-ghtFit.R, R/dist-ghtMode.R,
R/dist-gldMode.R, R/dist-hyp.R, R/dist-hypFit.R,
R/dist-hypMode.R, R/dist-nFit.R, R/dist-nig.R, R/dist-nigFit.R,
R/dist-nigMode.R, R/dist-nigMoments.R, R/dist-nigRobMoments.R,
R/dist-nigStats.R, R/dist-sgh.R, R/dist-sghFit.R, R/dist-snig.R,
R/dist-snigFit.R, R/dist-ssdFit.R, R/dist-stable.R,
R/dist-stableFit.R, R/dist-stableMode.R, R/dist-tFit.R:
distribution Functions updated, status list added
* R/builtin-gelGMM.R, R/builtin-gld.R, R/builtin-gmmGMM.R,
R/builtin-gss.R, R/color-Locator.R, R/color-Palettes.R,
R/color-RGB.R, R/color-Table.R, R/dist-distCheck.R,
R/dist-fDISTFIT.R, R/dist-gh.R, R/dist-ghRobMoments.R,
R/dist-ght.R, R/dist-ghtFit.R, R/dist-ghtRobMoments.R,
R/dist-gld.R, R/dist-gldFit.R, R/dist-gldMode.R,
R/dist-gldRobMoments.R, R/dist-hyp.R, R/dist-hypFit.R,
R/dist-hypMode.R, R/dist-nFit.R, R/dist-nig.R, R/dist-nigFit.R,
R/dist-nigMode.R, R/dist-nigRobMoments.R, R/dist-nigStats.R,
R/dist-sgh.R, R/dist-sghFit.R, R/dist-snig.R, R/dist-snigFit.R,
R/dist-ssd.R, R/dist-ssdFit.R, R/dist-stable.R, R/dist-tFit.R,
R/gui-HeavisideSlider.R, R/gui-hypSlider.R, R/gui-nigSlider.R,
R/gui-returnSeries.R, R/gui-sliderMenu.R, R/gui-stableSlider.R,
R/gui-stylizedFacts.R, R/interp-akimaInterp.R,
R/interp-krigeInterp.R, R/interp-linearInterp.R,
R/list-listFunctions.R, R/list-listIndex.R, R/matrix-colVec.R,
R/matrix-gridVector.R, R/matrix-hilbert.R, R/matrix-inv.R,
R/matrix-kron.R, R/matrix-norm.R, R/matrix-pascal.R,
R/matrix-pdl.R, R/matrix-posDefinite.R, R/matrix-rk.R,
R/matrix-tr.R, R/matrix-triang.R, R/matrix-tslag.R,
R/matrix-vech.R, R/plot-acfPlot.R, R/plot-boxPlot.R,
R/plot-histPlot.R, R/plot-interactivePlot.R, R/plot-qqPlot.R,
R/plot-scalinglawPlot.R, R/plot-seriesPlot.R, R/plot-subPlot.R,
R/plot-subStars.R, R/plot.R, R/print.R, R/rand-lcg.R,
R/stats-maxdd.R, R/stats-rowStats.R, R/stats-sampleLmoments.R,
R/test-NormalityTests.R, R/test-correlationTest.R,
R/test-fHTEST.R, R/test-jbALM.R, R/test-jbLM.R, R/test-jbTable.R,
R/test-ks2Test.R, R/test-locationTest.R, R/test-normalTest.R,
R/test-scaleTest.R, R/test-varianceTest.R, R/utils-Heaviside.R,
R/utils-Sys.putenv.R, R/utils-as.matrix.ts.R,
R/utils-baseMethods.R, R/utils-characterTable.R,
R/utils-colIds.R, R/utils-getS4.R, R/utils-symbolTable.R,
R/utils-unitTest.R, R/utils-unitrootNA.R: code (header)
beautified script files
* NAMESPACE: namespace updated
* R/builtin-gld.R, R/builtin-gss.R, R/dist-gh.R, R/dist-ghFit.R,
R/dist-ghMoments.R, R/dist-ghRobMoments.R,
R/dist-ghtRobMoments.R, R/dist-gld.R, R/dist-gldFit.R,
R/dist-gldMode.R, R/dist-gldRobMoments.R, R/dist-gldRobust.R,
R/dist-nigRobMoments.R, R/dist-nigRobust.R, R/dist-ssd.R,
R/dist-ssdFit.R, R/stats-robMoments.R, R/stats-sampleLmoments.R,
R/stats-sampleRobMoments.R: gh, gld and ssden distributions (new
and extensions) added, Lmoments, robust stuff added
* man/utils-characterTable.Rd: man page added
* man/correlationTest.Rd, man/dist-gldRobMoments.Rd,
man/test-correlationTest.Rd: same scripts renamed
* man/Heaviside.Rd, man/NormalityTests.Rd, man/acfPlot.Rd,
man/akimaInterp.Rd, man/basicStats.Rd, man/boxPlot.Rd,
man/characterTable.Rd, man/colIds.Rd, man/colVec.Rd,
man/decor.Rd, man/dist-distCheck.Rd, man/dist-gld.Rd,
man/dist-gldFit.Rd, man/dist-nigRobMoments.Rd, man/distCheck.Rd,
man/fHTEST.Rd, man/getS4.Rd, man/gridVector.Rd, man/hilbert.Rd,
man/histPlot.Rd, man/interactivePlot.Rd,
man/interp-linearInterp.Rd, man/inv.Rd, man/krigeInterp.Rd,
man/kron.Rd, man/ks2Test.Rd, man/lcg.Rd, man/linearInterp.Rd,
man/locationTest.Rd, man/matrix-tr.Rd, man/matrix-vech.Rd,
man/matrixNorm.Rd, man/maxdd.Rd, man/pascal.Rd, man/pdl.Rd,
man/positiveDefinite.Rd, man/qqPlot.Rd, man/rand-lcg.Rd,
man/rk.Rd, man/rowStats.Rd, man/scaleTest.Rd,
man/scalinglawPlot.Rd, man/seriesPlot.Rd, man/symbolTable.Rd,
man/test-fHTEST.Rd, man/tr.Rd, man/triang.Rd, man/tslag.Rd,
man/utild-Heaviside.Rd, man/utild-colIds.Rd, man/utild-decor.Rd,
man/utild-getS4.Rd, man/utils-Heaviside.Rd, man/utils-colIds.Rd,
man/utils-decor.Rd, man/utils-getS4.Rd, man/varianceTest.Rd,
man/vec.Rd: some scripts renamed
* man/utild-Heaviside.Rd, man/utild-colIds.Rd, man/utild-decor.Rd,
man/utild-getS4.Rd, man/utils-symbolTable.Rd: utils script
renames
* man/stats-basicStats.Rd, man/stats-maxdd.Rd,
man/stats-rowStats.Rd, man/stats-sampleLMoments.Rd,
man/stats-sampleRobMoments.Rd: stats scripts renames
* man/plot-acfPlot.Rd, man/plot-boxPlot.Rd, man/plot-histPlot.Rd,
man/plot-interactivePlot.Rd, man/plot-qqPlot.Rd,
man/plot-scalinglawPlot.Rd, man/plot-seriesPlot.Rd: plot script
renames
* man/interp-akimaInterp.Rd, man/interp-krigeInterp.Rd: interp
script renames
* man/test-ks2Test.Rd, man/test-locationTest.Rd,
man/test-normalityTests.Rd, man/test-scaleTest.Rd,
man/test-varianceTest.Rd: test-script renames
* man/matrix-colVec.Rd, man/matrix-gridVector.Rd,
man/matrix-hilbert.Rd, man/matrix-inv.Rd, man/matrix-kron.Rd,
man/matrix-norm.Rd, man/matrix-pascal.Rd, man/matrix-pdl.Rd,
man/matrix-posDefinite.Rd, man/matrix-rk.Rd,
man/matrix-triang.Rd, man/matrix-tslag.Rd: matrix script renames
2009-11-13 wuertz
* NAMESPACE, R/stats-sampleLmoments.R: namespace Lmoments added
* R/stats-sampleLmoments.R: function to compute sample-Lmoments
added, not yet documented
* NAMESPACE: namespace robust moments added
* R/dist-nigRobust.R: NIG robust moments added, not yet documented
* R/dist-gldRobust.R: GLD robust moments added, not yet documented
* NAMESPACE, R/dist-gld.R: gld functions added, not yet documented
* R/dist-nigFit.R: misprint removed
* NAMESPACE, R/stats-robMoments.R: functions for robust sample
moments added, not yet documented
* R/dist-nigFit.R: fitting methods added for nig
2009-09-28 chalabi
* DESCRIPTION: updated version number
* ChangeLog, DESCRIPTION: updated DESCR and ChangeLog
2009-09-24 wuertz
* R/dist-sgh.R, R/dist-snig.R: C implementation for NIG
Distribution updated
* man/00fBasics-package.Rd: text added to manual page
2009-09-11 wuertz
* R/dist-nigFit.R, man/dist-nigFit.Rd: nigFit method argument added
2009-09-02 wuertz
* R/dist-nigFit.R: maximum product spacings estimation added
2009-08-27 wuertz
* src/nig.c: Bug in Kjersti Ass NIG Code fixed by Nikolai Eurich
2009-08-22 wuertz
* NAMESPACE, R/dist-ghMoments.R, R/dist-nigFit.R: nig estimators
added
* R/builtin-gelGMM.R, R/builtin-gmmGMM.R: tabs replaced by spaces
2009-08-21 wuertz
* R/dist-nigShapeTriangle.R, R/dist-nigStats.R: nig shape triangle
added to stats script file
* R/dist-nigStats.R: nig moments added
* R/dist-nig.R: nig true moments added
* NAMESPACE, R/dist-ghtMode.R, R/dist-nig.R, R/dist-nigMode.R,
R/dist-stable.R, R/dist-stableMode.R: missing mode functions
added
* NAMESPACE: new NAMESPACE structure which should ease maintenance
of packages.
2009-06-25 chalabi
* DESCRIPTION, NAMESPACE: Merge branch 'devel-timeSeries'
Conflicts:
pkg/timeSeries/R/base-Extract.R
pkg/timeSeries/R/timeSeries.R
2009-06-01 wuertz
* NAMESPACE: nasmespace for recession lines updated
* R/lines-recessionLines.R: function .recessionLines added
2009-05-18 wuertz
* NAMESPACE, R/dist-stableFit.R, man/dist-DistributionFits.Rd:
stable dist fit improved
* man/as.matrix.ts.Rd.bak: .bak file removed
* R/dist-stable.R, R/dist-stableFit.R,
man/dist-DistributionFits.Rd: stable distribution nlminb added
* R/plot-counts.R: a useful counts plot
* R/plot-varpie.R: .varpiePlot, a useful plot for portfolio weights
...
2009-05-13 wuertz
* R/list-listDescription.R:
2009-04-29 wuertz
* NAMESPACE: NAMESPACE updated
* R/dist-ghSlider.R, R/dist-hypSlider.R, R/dist-nigSlider.R,
R/dist-stableSlider.R, R/gui-ghSlider.R, R/gui-hypSlider.R,
R/gui-nigSlider.R, R/gui-stableSlider.R,
R/list-listDescription.R, R/list-listFunctions.R,
R/list-listIndex.R, R/listDescription.R, R/listFunctions.R,
R/listIndex.R: gui and list functioms renamed in gui-foo and
list-foo
* R/Heaviside.R, R/HeavisideSlider.R, R/Sys.putenv.R,
R/as.matrix.ts.R, R/baseMethods.R, R/basicStats.R,
R/characterTable.R, R/colIds.R, R/colVec.R, R/decor.R,
R/dist-distCheck.R, R/distCheck.R, R/getS4.R, R/gridVector.R,
R/gui-HeavisideSlider.R, R/gui-returnSeries.R,
R/gui-sliderMenu.R, R/gui-stylizedFacts.R, R/interactivePlot.R,
R/jbALM.R, R/jbLM.R, R/jbTable.R, R/ks2Test.R, R/lcg.R,
R/matrix-colVec.R, R/matrix-gridVector.R, R/matrix-tslag.R,
R/maxdd.R, R/plot-interactivePlot.R, R/rand-lcg.R,
R/returnSeriesGUI.R, R/rowStats.R, R/sliderMenu.R,
R/stats-basicStats.R, R/stats-maxdd.R, R/stats-rowStats.R,
R/stylizedFactsGUI.R, R/symbolTable.R, R/test-jbALM.R,
R/test-jbLM.R, R/test-jbTable.R, R/test-ks2Test.R, R/tslag.R,
R/unitTest.R, R/unitrootNA.R, R/utils-Heaviside.R,
R/utils-Sys.putenv.R, R/utils-as.matrix.ts.R,
R/utils-baseMethods.R, R/utils-characterTable.R,
R/utils-colIds.R, R/utils-decor.R, R/utils-getS4.R,
R/utils-symbolTable.R, R/utils-unitTest.R, R/utils-unitrootNA.R:
utils and stats script renamed as stat-foo and utils-foo
* R/akimaInterp.R, R/interp-akimaInterp.R, R/interp-krigeInterp.R,
R/interp-linearInterp.R, R/krigeInterp.R, R/linearInterp.R,
R/locationTest.R, R/test-locationTest.R: interpolation scripts
renamed in interp-foo
* R/color-Locator.R, R/color-Palettes.R, R/color-RGB.R,
R/color-Table.R, R/colorLocator.R, R/colorPalette.R,
R/colorTable.R, R/matrix-pdl.R, R/pdl.R, R/rgb.R: color script
files renamed in color-foo
* R/NormalityTests.R, R/correlationTest.R, R/dist-fDISTFIT.R,
R/fDISTFIT.R, R/fHTEST.R, R/matrix-vech.R, R/normalTest.R,
R/scaleTest.R, R/test-NormalityTests.R, R/test-correlationTest.R,
R/test-fHTEST.R, R/test-normalTest.R, R/test-scaleTest.R,
R/test-varianceTest.R, R/varianceTest.R, R/vec.R: test function
scripts renamed in test-foo
* R/hilbert.R, R/inv.R, R/kron.R, R/matrix-hilbert.R,
R/matrix-inv.R, R/matrix-kron.R, R/matrix-norm.R,
R/matrix-pascal.R, R/matrix-posDefinite.R, R/matrix-rk.R,
R/matrix-tr.R, R/matrix-triang.R, R/matrixNorm.R, R/pascal.R,
R/positiveDefinite.R, R/rk.R, R/tr.R, R/triang.R: matrix scripts
renamed in matrix-foo.R to find them better
* R/acfPlot.R, R/boxPlot.R, R/histPlot.R, R/qqPlot.R,
R/scalinglawPlot.R, R/seriesPlot.R, R/subPlot.R, R/subStars.R:
old plot files deleted
* R/plot-acfPlot.R, R/plot-boxPlot.R, R/plot-histPlot.R,
R/plot-qqPlot.R, R/plot-scalinglawPlot.R, R/plot-seriesPlot.R,
R/plot-subPlot.R, R/plot-subStars.R: plot files renamed as
plot-foo to find them better
* R/builtin-gelGMM.R, R/builtin-gmmGMM.R, R/builtin-sandwichGMM.R:
gmm builtin added for parameter estimation
2009-04-19 chalabi
* DESCRIPTION: added explicit version number in Depends field for
key packages
2009-04-02 chalabi
* DESCRIPTION: more explicit depends and suggests field in DESC
file.
2009-04-01 chalabi
* DESCRIPTION: updated DESC file
* R/qqPlot.R:
2009-02-09 wuertz
* R/qqPlot.R:
2009-01-28 chalabi
* DESCRIPTION: updated version number
* DESCRIPTION: changed version number to match version on CRAN + 1
2009-01-12 chalabi
* man/NormalityTests.Rd, man/correlationTest.Rd, man/fHTEST.Rd,
man/ks2Test.Rd, man/locationTest.Rd, man/scaleTest.Rd,
man/varianceTest.Rd: fixed warning with new Rd parser
|