代码搜索:Multivariate Analysis
找到约 10,000 项符合「Multivariate Analysis」的源代码
代码结果 10,000
www.eeworm.com/read/202979/15368497
txt lattice filter - inverse - analysis..txt
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* LATTICE FILTER - INVERSE - ANALYSIS
*
* Revision Date: 05/12/97
*
* USAGE T
www.eeworm.com/read/200939/15419876
resources algorithm_analysis.form1.resources
www.eeworm.com/read/108630/15582831
pdf high_speed_analysis_driven.pdf
www.eeworm.com/read/104118/15710181
pdf modular exponentiation algorithm analysis.pdf
www.eeworm.com/read/359519/10140792
m mvnormlpr.m
% MVNORMLPR - Multivariate Normal Distribution - Log Density Ratio
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ lpr ] = mvnormlpr(x1, x2, mu, sigma)
%
% mu =
www.eeworm.com/read/420306/10804717
m mvnormlpr.m
% MVNORMLPR - Multivariate Normal Distribution - Log Density Ratio
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ lpr ] = mvnormlpr(x1, x2, mu, sigma)
%
% mu =
www.eeworm.com/read/489609/6466725
txt description.txt
Package: pls
Version: 2.1-0
Date: 2007-10-17
Title: Partial Least Squares Regression (PLSR) and Principal Component Regression (PCR)
Author: Ron Wehrens and Bj鴕n-Helge Mevik
Maintainer: Bj鴕n
www.eeworm.com/read/489609/6466728
description
Package: pls
Version: 2.1-0
Date: 2007-10-17
Title: Partial Least Squares Regression (PLSR) and Principal Component Regression (PCR)
Author: Ron Wehrens and Bj鴕n-Helge Mevik
Maintainer: Bj鴕n-Helge Mev
www.eeworm.com/read/343492/11944354
m myperiodogram.m
function periodo=periodogram(x);
% Compute the periodogram of a multivariate time series
[m N]=size(x);
means=mean(x,2);
x=x-repmat(means,1,N);
xfft=x;
for i=1:m
xfft(i,:)=fft(x(i,:))
www.eeworm.com/read/474986/6798896
txt readmeht2.txt
HOTELLINGT2 gives several Hotelling T-Squared testing procedures for multivariate samples.
Them include one-sample and two-sample (dependent and independent [it test whether they are
heteroscedastic