代码搜索:Multivariate Analysis
找到约 10,000 项符合「Multivariate Analysis」的源代码
代码结果 10,000
www.eeworm.com/read/329075/12983747
cpp centerinit.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module CenterInit
History
www.eeworm.com/read/329075/12983813
cpp removetiny.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module RemoveTiny
History
www.eeworm.com/read/329075/12983978
cpp eucliddistance.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module EuclidDistance
Hist
www.eeworm.com/read/291380/8422373
m ssa.m
function [pc,s,v]=SSA(x,dim,tau)
%Syntax: [pc,s,v]=SSA(x,dim,tau)
%_______________________________
%
% Singular Spectrum Analysis for a time series.
%
% pc is the matrix with the principal compo
www.eeworm.com/read/432433/8605235
dat coursecatalog.dat
1 Mathematical Analysis 7
2 English 3.5
3 Chinese 2
4 Linear Algebra 6
www.eeworm.com/read/432373/8608536
m condense.m
function sy=condense(y,n)
% Condense y by a factor of n, where n is a non-zero positive integer.
% Produces a shorter, approximate version of vector y, with each group
% of n adjacent points in y
www.eeworm.com/read/386050/8767298
m pca.m
%PCA Principal component analysis (PCA or MCA on overall covariance matrix)
%
% [W,FRAC] = PCA(A,N)
% [W,N] = PCA(A,FRAC)
%
% INPUT
% A Dataset
% N or FRAC Number of dimensions
www.eeworm.com/read/181178/9270045
htm partiv.htm
Intro to Algorithms: PART IV: Advanced Design and Analysis Techniques
www.eeworm.com/read/372550/9504003
m lpcauto.m
function [ar,e]=lpcauto(s,p,t,w)
%LPCAUTO performs autocorrelation LPC analysis [AR,E]=(S,P,T,W)
% Inputs:
% s(ns) is the input signal
% p is the order (default: 12)
% t(
www.eeworm.com/read/365161/9876621
m lpcauto.m
function [ar,e,k]=lpcauto(s,p,t)
%LPCAUTO performs autocorrelation LPC analysis [AR,E,K]=(S,P,T)
% Inputs:
% s(ns) is the input signal
% p is the order (default: 12)
% t(nf,3)