Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

Linear estimate of future process

OLS based point and interval forecasts of the one-dimensional time series
(1049 downloads for this version - 1049 downloads for all versions)
Details
Version
1.0
Author
Lukas Malec
Maintainer
Lukas Malec
License
Supported Scilab Version
Creation Date
December 23, 2015
Description
            function [int,point,b,det,corr] = linforc(t,y,timef,sig)

// Linear estimate of future process

// t ... individual times as independent variable x - column vector
// y ... values in column
// timef ... forecasting times in column
// sig ... significance level of interval estimates (default 0.05)

// corr ... value of correlation coefficient
// det ... coefficient of determination
// b ... estimates of regression parameters [b0 b1]
// point ... point estimates of future process in timef
// int ... interval estimates [lower upper]

// Authors: Lukáš Malec and Hana Tvrdíková
// Date: $2015-12-17$            
Files (1)
[1.45 kB]
Miscellaneous file

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.