代码搜索:forecasting
找到约 94 项符合「forecasting」的源代码
代码结果 94
www.eeworm.com/read/232404/4703053
h forecasting.h
/*******************************************************************************
Forecasting.h
Copyright (C) Victor Olaya
This program is free software; you can redistribute it an
www.eeworm.com/read/232404/4703055
cpp forecasting.cpp
/*******************************************************************************
Forecasting.cpp
Copyright (C) Victor Olaya
This program is free software; you can redistribute it
www.eeworm.com/read/387614/8663108
doc grey forecasting.doc
www.eeworm.com/read/320823/13417624
pdf stock_market_forecasting.pdf
www.eeworm.com/read/492937/6414421
m gui_ssa_forecasting.m
function gui_ssa_forecasting(groups_No);
% last modified 11.02.05
global SSA GSD_GLOBALS
grN=length(SSA.groups);
str={};
ylabel_str={};
curr_g=1;
for i=1:grN
if ~isempty(SSA.groups{i
www.eeworm.com/read/415561/11062668
doc demo wavelet forecasting.doc
www.eeworm.com/read/322310/13382995
pdf modeling and forecasting electricity loads and prices.pdf
www.eeworm.com/read/264046/11331535
m dhrdemo.m
% DHRDEMO Captain Toolbox demonstration
%
% Dynamic Harmonic Regression (DHR) modelling
% of the air passenger time series
%
% See also DHR, DHROPT, UNIVDEMO
% Copyright (c) 2006 by CRES, Lan
www.eeworm.com/read/264046/11331568
m fcast.m
function y=fcast(x,n)
% FCAST Prepare data for forecasting and interpolation
%
% x=fcast(y,n)
%
% y: Time series (*)
% n: Select any combination of fore/backcasting or interpolation (*)
%