代码搜索:multivariate
找到约 564 项符合「multivariate」的源代码
代码结果 564
www.eeworm.com/read/236062/14034064
contents
Entry: MSEP
Aliases: MSEP MSEP.mvr RMSEP RMSEP.mvr R2
Keywords: regression multivariate
Description: MSEP, RMSEP and R2 of PLSR and PCR models
URL: ../../../library/pls/html/MSEP.html
Entry: bi
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
www.eeworm.com/read/173076/9675421
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/267609/11170921
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 =