| funBasics {fBasics} | R Documentation |
A collection of functions written as examples and listed in the demo file "funBasics".
The functions are:
| 1 | print.dates | S3 print mehtod for objects of class "dates", |
| 2 | print.chron | S3 print mehtod for objects of class "chron", |
| 3 | seq.chron | SPlus like "seq.dates" function, |
| 4 | dssd | Density using smoothing spline ANOVA model, |
| 5 | pssd | Probability using smoothing spline ANOVA model, |
| 6 | qssd | Quantiles using smoothing spline ANOVA model, |
| 7 | rssd | Random Deviates using smoothing spline ANOVA model, |
| 8 | ssdFit | Parameter Fit using smoothing spline ANOVA model, |
| 9 | bootMean | Bootstrapped mean to get Confidence Intervals, |
| 10 | data.csv, csvImport | Imports data from comma delimited CSV files, |
| 11 | forecastsImport | Downloads Monthly Market Data from "www.forecasts.org", |
| 12 | is.weekday | Test if a date is a weekday day or not, |
| 13 | is.weekend | Test if a date is a weekend day or not, |
| 14 | is.bizday | Test if a date is a business day or not, |
| 15 | holiday.ZURICH | Holiday Calendar for Zurich in Switzerland, |
| 16 | summary.timeSeries | S3 Summary method for objects of class "timeDate". |
## no examples ...