www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregmulti/cicalc.m

    function [ci_hi,ci_lo,yhat]= cicalc(m,varargin)
% MODEL/CICALC - calculate the confidence interval for a model on a set of data
%
% [ci_hi,ci_lo,yhat]= cicalc(TS,Xs,alpha,Trans)

%  Copyright 2000-2015 The MathWorks, Inc. and Ford Global Technologies, Inc.


mdl = get(m,'CurrentModel');

[ci_hi,ci_lo,yhat] = cicalc(m.xregmodel,varargin{:},m);