代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/201748/15398047
asv data_gene.asv
sstock = [
1950.4
1987.26
1945.83
1953.17
2021.26
1930.58
1903.2
1898.58
1828.48
1745.73
1768.96
1671.31
1703.4
1605.3
1498.8
1423.19
1687.7
1805.43
1916.8
1867.01
1956.47
2066.3
www.eeworm.com/read/201006/15418412
m subsref.m
function b = subsref(a, index)
% SUBSREF implement subscripted reference for probdists
% Copyright (C) 1999-2000 Antti Honkela, Harri Valpola,
% and Xavier Giannakopoulos.
%
% This package comes with
www.eeworm.com/read/201006/15418413
m subsasgn.m
function a = subsasgn(a, index, b)
% SUBSASGN implement subscripted assignment for probdists
% Copyright (C) 1999-2004 Antti Honkela, Harri Valpola,
% and Xavier Giannakopoulos.
%
% This package come
www.eeworm.com/read/200769/15425000
m texture.m
function F=makeLMfilters
% Returns the LML filter bank of size 49x49x48 in F. To convolve an
% image I with the filter bank you can either use the matlab function
% conv2, i.e. responses(:,:,i)=con
www.eeworm.com/read/112799/15476557
c gran.c
/* gran.c - gaussian random number generator */
double ran(); /* uniform generator */
double gran(m, s, iseed) /* usage: x = gran(m, s, &iseed); */
double
www.eeworm.com/read/112466/15484823
c learn.c
/***************************************************************************
File Name : learn.c
Purpose : provides routines to learn shape matrix and deformation
variance.
Release
www.eeworm.com/read/109447/15557362
java agentvariants.java
package asm;
/**
* Title: Artificial Stock Market
* Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本
* Copyright: Copyright (c) 2003
* Company: http://agents.yeah.net
* @author jake
*
www.eeworm.com/read/108818/15575026
c fvar.c
/*--------------------------- Commande MegaWave -----------------------------*/
/* mwcommand
name = {fvar};
author = {"Jacques Froment"};
function = {"Compute the variance of the gray level of an imag
www.eeworm.com/read/106690/15626523
m pop_loadset.m
% pop_loadset() - load a dataset (pop out window if no arguments)
%
% Usage:
% >> EEGOUT = pop_loadset( filename, filepath);
%
% Inputs:
% filename - [string] file name
% filepath - [string] f
www.eeworm.com/read/102430/15780763
readme
$Id: README,v 1.3 2002/06/19 18:55:08 dlowder Exp $
General
=======
The idea of tslib is to have a core library that provides standardised
services, and a set of plugins to manage the conversi