代码搜索:deviation

找到约 1,443 项符合「deviation」的源代码

代码结果 1,443
www.eeworm.com/read/308059/13710199

html statisticalbarchartdemo1.html

StatisticalBarChartDemo1 A bar chart that uses a StatisticalCategoryDataset to overlay a standard deviation indicator over each of the bars.
www.eeworm.com/read/306969/13734572

m gngauss.m

function [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(m,sgma); % [gsrv1,gsrv2]=gngauss(sgma); % [gsrv1,gsrv2]=gngauss; % GAGAUSS generates two independent Gaussian random variables with m
www.eeworm.com/read/305190/13777279

m compare.m

function [y,fit] = compare(model,data,INIT) %BILIN/COMPARE Compares simulated output data with the measured data. % % [YH,FIT] = compare(M,DATA) % [YH,FIT] = compare(M,DATA,INIT) % % M is the
www.eeworm.com/read/303645/13810767

m main_ikeda.m

%function [x,y]=ikeda(n,mu,x0,y0) %Syntax: [x,y]=ikeda(n,mu,x0,y0) %_____________________________________ % % Simulation of the Ikeda map. % x'=1+mu*(xcos(t)-ysin(t) % y'=mu*(xsin(t)+ycos(
www.eeworm.com/read/302667/13829377

m gngauss.m

function [gsrv1,gsrv2] = gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(sgma) % [gsrv1,gsrv2]=gngauss % GNGAUSS generates two independent Gaussian random variables with
www.eeworm.com/read/147529/5728561

m std.m

function y = std(x,flag,dim) %列状数据标准差 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % std(A) % %STD Standard deviation. % For vectors, STD(X) returns the standard deviation. For matrices, %
www.eeworm.com/read/147529/5728771

m std.m

function y = std(x,flag,dim) %列状数据标准差 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % std(A) % %STD Standard deviation. % For vectors, STD(X) returns the standard deviation. For matrices, %
www.eeworm.com/read/135758/5879071

java simplecriterion.java

/* * YALE - Yet Another Learning Environment * Copyright (C) 2001-2004 * Simon Fischer, Ralf Klinkenberg, Ingo Mierswa, * Katharina Morik, Oliver Ritthoff * Artificial
www.eeworm.com/read/133952/5896860

m stats_1.m

% Script file: stats_1.m % % Purpose: % To calculate mean and the standard deviation of % an input data set containing an arbitrary number % of input values. % % Record of revisi
www.eeworm.com/read/133952/5896862

m stats_2.m

% Script file: stats_2.m % % Purpose: % To calculate mean and the standard deviation of % an input data set containing an arbitrary number % of input values. % % Record of revisi