代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/152290/12123972
m 5-9.m
%stats_1.m
%purpose: to calculate mean and the standard deviation of
%an input data set containing an arbitrary number
%of input values.
%Define variable
%n --The number of input samples
%std
www.eeworm.com/read/150905/12249680
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/149739/12353936
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/233414/14154596
ex-ldpcvar-5000a
#!/bin/sh
# Example of a (10000,5000) LDPC code with varying numbers of check per bit,
# tested on Additive White Gaussian Noise channels with noise standard
# deviations varying from 0.80 to 0.95.
www.eeworm.com/read/128477/14294478
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/123566/14624127
txt 均匀分布和高斯分布.txt
均匀分布和高斯分布
/* random.c */
/* Created on Apr 5, 1999 Shanghai Jiao Tong University
by PENG Zhaowang
*****************************************************/
/*
This file contains routines f
www.eeworm.com/read/115704/15003747
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/216463/15006025
ex-ldpcvar-5000a
#!/bin/sh
# Example of a (10000,5000) LDPC code with varying numbers of check per bit,
# tested on Additive White Gaussian Noise channels with noise standard
# deviations varying from 0.80 to 0.95.
www.eeworm.com/read/216367/15017731
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/168578/5444426
java statisticalcategorydataset.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (