代码搜索:multivariate

找到约 564 项符合「multivariate」的源代码

代码结果 564
www.eeworm.com/read/306478/13744715

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/303558/13812667

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/488462/6487316

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/476907/6754428

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/158463/11612979

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector), and covariance matrix C. N=length(m); for i=1:
www.eeworm.com/read/259241/11812404

m gaussian_prob.m

function p = gaussian_prob(x, m, C, use_log) % GAUSSIAN_PROB Evaluate a multivariate Gaussian density. % p = gaussian_prob(X, m, C, use_log) % % p(i) = N(X(:,i), m, C) if use_log = 0 (default) % p(i)
www.eeworm.com/read/252197/12294189

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/216045/15028930

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/213940/15121911

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/210154/15205892

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for