FunctionAddon            package:fBasics            R Documentation

_D_e_m_o _F_u_n_c_t_i_o_n _A_d_d_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     A collection and description of functions written as  examples and
     listed in the demo file "funBasics". 

     The functions are:

       'print.dates'          S3 print mehtod for objects of class "dates",
       'print.chron'          S3 print mehtod for objects of class "chron",
       'seq.chron'            SPlus like "seq.dates" function,
       'dssd'                 Density using smoothing spline ANOVA model,
       'pssd'                 Probability using smoothing spline ANOVA model,
       'qssd'                 Quantiles using smoothing spline ANOVA model,
       'rssd'                 Random Deviates using smoothing spline ANOVA model,
       'ssdFit'               Parameter Fit using smoothing spline ANOVA model,
       'bootMean'             Bootstrapped mean to get Confidence Intervals,
       'data.csv, csvImport'  Imports data from comma delimited CSV files,
       'forecastsImport'      Downloads Monthly Market Data from "www.forecasts.org",
       'is.weekday'           Test if a date is a weekday day or not,
       'is.weekend'           Test if a date is a weekend day or not,
       'is.bizday'            Test if a date is a business day or not,
       'holiday.ZURICH'       Holiday Calendar for Zurich in Switzerland,
       'summary.timeSeries'   S3 Summary method for objects of class "timeDate".

_A_u_t_h_o_r(_s):

     Diethelm Wuertz for the Rmetrics R-port.

_E_x_a_m_p_l_e_s:

     ## funBasics -
        # The examples can be found in 
        # the demo file "funBasics".

