代码搜索:Multivariate Analysis

找到约 10,000 项符合「Multivariate Analysis」的源代码

代码结果 10,000
www.eeworm.com/read/188133/8569861

index

MSEP MSEP, RMSEP and R2 of PLSR and PCR models NIR Multivariate Dataset of NIR Spectra biplot.mvr Biplots of PLSR and PCR Models. coef.mvr
www.eeworm.com/read/284259/8952227

r sbgcop.mcmc.r

### Name: sbgcop.mcmc ### Title: Semiparametric Bayesian Gaussian copula estimation ### Aliases: sbgcop.mcmc plot.psgc summary.psgc print.sum.psgc ### Keywords: multivariate models ### ** Exampl
www.eeworm.com/read/284259/8952231

contents

Entry: ldmvnorm Aliases: ldmvnorm Keywords: distribution multivariate Description: Log Multivariate Normal Density URL: ../../../library/sbgcop/html/ldmvnorm.html Entry: plotci.sA Aliases: plo
www.eeworm.com/read/284259/8952269

package sbgcop.package

sbgcop-package package:sbgcop R Documentation _S_e_m_i_p_a_r_a_m_e_t_r_i_c _B_a_y_e_s_i_a_n _G_a_u_s_s_i_a_n _c_o_p_u_l_a _e_s_t_i_m_
www.eeworm.com/read/284258/8952353

rd rwish.rd

\name{rwish} \alias{rwish} \title{ Sample from the Wishart Distribution } \description{ Generate a random sample from the Wishart distribution. } \usage{ rwish(S0, nu) } \arguments{ \item{S0}{ a p
www.eeworm.com/read/284258/8952357

rd qm.sm.rd

\name{qM.sM} \alias{qM.sM} \title{ Matrix Quantiles } \description{ Computes quantiles along the third dimension of a 3-d array. } \usage{ qM.sM(sM, quantiles = c(0.025, 0.5, 0.975)) } %- maybe als
www.eeworm.com/read/161189/10440059

m simmvn.m

% % m=simmvn(mean,cov) % % Generates a random vector according to a specified multivariate normal % distribution. % function m=simmvn(mean,cov) n=length(mean); R=chol(cov); m=R'*randn(n,1)+mean;
www.eeworm.com/read/422591/10627208

description

Package: ks Version: 1.6.1 Date: 2009/02/16 Title: Kernel smoothing Author: Tarn Duong Maintainer: Tarn Duong Depends: R (>= 1.4.0), KernSmooth, mvtnorm
www.eeworm.com/read/449504/7502450

m minter_xls.m

function y = minter_xls(Y,x,z,ta,s,f,type,d,flax1,flax2); % PURPOSE: Interface via Excel Link for multivariate temporal disaggregation % -------------------------------------------------------------
www.eeworm.com/read/449504/7502468

m mtd_plot.m

function []=mtd_plot(res,z) % PURPOSE: Graphic output of multivariate temporal disaggregation methods % ------------------------------------------------------------ % SYNTAX: []=mtd_plot(res,z); %