Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 78 found.
[1] < 1 2 3 4 5 6 7 8 > [8]  Sort:

Get1G (Package: FitAR) : Internal Utility Function: BLUE Mean

This function is not normally used directly by the user. It is used in the exact mle for mean.
● Data Source: CranContrib
● Keywords: ts
● Alias: Get1G
● 0 images

FromSymmetricStorageUpper (Package: FitAR) : Converts a Matrix from Symmetric Storage Mode to Regular Format

Utility function.
● Data Source: CranContrib
● Keywords: array, ts
● Alias: FromSymmetricStorageUpper
● 0 images

fitted.FitAR (Package: FitAR) : Fitted Values from "FitAR" Object

Method function, extracts fitted values from FitAR object.
● Data Source: CranContrib
● Keywords: ts
● Alias: fitted.FitAR
● 0 images

FitARz (Package: FitAR) : Subset ARz Model Fitting

The subset ARz model, defined by constraining partial autocorrelations to zero, is fitted using exact MLE. When length(p)=1, an AR(p) is fit by MLE.
● Data Source: CranContrib
● Keywords: ts
● Alias: FitARz
● 0 images

FitARp (Package: FitAR) : Fit subset ARp Models

The subset ARp is defined as an AR(p) in which some of the ar-coefficients are constrained to zero. This is the usual type of subset AR. In contrast the ARz model constrains some of the partial autocorrelation coefficients to zero.
● Data Source: CranContrib
● Keywords: ts
● Alias: FitARp
● 0 images

FitAR (Package: FitAR) : Fit AR, ARp and ARz

Exact MLE for full AR as well as subset AR. Both subset ARp and subset ARz models are implemented. For subset ARp models the R function arima is used. For full AR and subset ARz models, algorithm of McLeod & Zhang (2006) is implemented. The LS algorithm for subset ARp is also available as an option.
● Data Source: CranContrib
● Keywords: ts
● Alias: FitAR
● 0 images

FitAR-package (Package: FitAR) :

For model estimation the main function is FitAR for which generic methods print, summary, coef, plot and predict are implemented. For model identification, there is a new PacfPlot for subset ARz idenfication. Subset models may also be selected using AIC, BIC and UBIC criteria with the function SelectModel. SelectModel produces a S3 class object, "SelectModel", for which their is a plot method. The main fitting function is FitAR. New methods and generic functions, BoxCox, Boot and sdfplot are given. Methods for print, summary, coef, residuals, fitted and predict implemented.
● Data Source: CranContrib
● Keywords: ts
● Alias: FitAR-package
2 images

FastLoglikelihoodAR (Package: FitAR) : Fast Computation of the Loglikelihood Function in AR

Computation of the loglikelihood is O(1) flops in repeated evaluations of the loglikelihood holding the data fixed and varying the parameters. This is useful in exact MLE estimation.
● Data Source: CranContrib
● Keywords: ts
● Alias: FastLoglikelihoodAR
● 0 images

DetAR (Package: FitAR) : Covariance Determinant of AR(p)

Computes the covariance determinant of p successive observations from an AR(p) process with unit innovation variance.
● Data Source: CranContrib
● Keywords: ts
● Alias: DetAR
● 0 images

cts (Package: FitAR) : Concantenate Time Series

Creating a ts object by concatenating y onto x, where x is a ts object and y is a vector. If y is a ts object, it is simply converted to a vector and then concatenated on to x and the tsp attribute of y is ignored.
● Data Source: CranContrib
● Keywords: ts
● Alias: cts
● 0 images