代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/114835/6122262
java statisticalcategorydataset.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr
www.eeworm.com/read/112739/6144462
java statisticalcategorydataset.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr
www.eeworm.com/read/111695/6153429
java statisticalcategorydataset.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr
www.eeworm.com/read/111695/6153533
java statisticalcategorydataset.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr
www.eeworm.com/read/320368/6295386
txt d13r1.txt
Private Sub Command1_Click()
'PROGRAM D13R1
'Driver for routine MOMENT
PI = 3.14159265
NPTS = 10000
NBIN = 100
NDAT = NPTS + NBIN
Dim DATA(100100)
I = 1
Fo
www.eeworm.com/read/493294/6400477
m gencirc.m
%GENCIRC Generation of a one-class circular dataset
%
% A = GENCIRC(N,S)
%
% INPUT
% N Size of dataset (optional; default: 50)
% S Standard deviation (optional; default: 0.1)
%
% OUTPUT
%
www.eeworm.com/read/477683/6730861
awk std_ave.awk
# usage: get link average and standard deviation from every connection's average
# awk -f std_ave.awk *.tr
BEGIN {
total=0.0
flowNum=0.0
}
val[flowNum]=$2
flowNum++
total=total+$2
EN
www.eeworm.com/read/263959/11335421
m runstats.m
function [ave, std] = runstats(x)
%RUNSTATS Generate running ave / std deviation
% Function RUNSTATS generates a running average
% and standard deviation of a data set. The
% values x must be pa
www.eeworm.com/read/400577/11573358
m gencirc.m
%GENCIRC Generation of a one-class circular dataset
%
% A = GENCIRC(N,S)
%
% INPUT
% N Size of dataset (optional; default: 50)
% S Standard deviation (optional; default: 0.1)
%
% OUTPUT
%
www.eeworm.com/read/255755/12058297
m gencirc.m
%GENCIRC Generation of a one-class circular dataset
%
% A = GENCIRC(N,S)
%
% INPUT
% N Size of dataset (optional; default: 50)
% S Standard deviation (optional; default: 0.1)
%
% OUTPUT
%