代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/399805/7834988
m dopreciseseektests.m
function doPreciseSeekTests(varargin)
%DOPRECISESEEKTESTS(...)
% Performs a set of tests on a video file that are designed to succeed only if
% precise seeking actually works on that file. Note tha
www.eeworm.com/read/198546/7928692
m shapirowilks.m
function [statistic, pval, H] = shapirowilks(x,tails,probability)
% PURPOSE:
% This function performs that Shapiro-Wilks Test for normality of the data
% This is an omnibus test, and is general
www.eeworm.com/read/198546/7928696
m lilliefors.m
function [stat, critval, H]=lilliefors(x,testsize);
% PURPOSE:
% Performs a lilliefors test for normality then the mean and variance are unknown
% If the mean and variance are known, the KS test
www.eeworm.com/read/198546/7928699
m shapirofrancia.m
function [statistic, pval, H] = shapirofrancia(x,tails,probability)
% PURPOSE:
% This function performs that Shapiro-Francia Test for normality of the data
% This is an omnibus test, and is gen
www.eeworm.com/read/243520/12936301
m systematicr.m
function outIndex = systematicR(inIndex,wn);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses the
% systematic sampling scheme o
www.eeworm.com/read/241695/13124964
m recint.m
% RECINT.M (RECombination extended INTermediate)
%
% This function performs extended intermediate recombination between
% pairs of individuals and returns the new individuals after mating.
%
www.eeworm.com/read/241695/13125101
m xovshrs.m
% XOVSHRS.M (CROSSOVer SHuffle with Reduced Surrogate)
%
% This function performs shuffle 'reduced surrogate' crossover between
% pairs of individuals and returns the current generation after
www.eeworm.com/read/241695/13125121
m recmut.m
% RECLIN.M (line RECombination with MUTation features)
%
% This function performs line recombination with mutation features between
% pairs of individuals and returns the new individuals afte
www.eeworm.com/read/323721/13325231
m recint.m
% RECINT.M (RECombination extended INTermediate)
%
% This function performs extended intermediate recombination between
% pairs of individuals and returns the new individuals after mating.
%
www.eeworm.com/read/323721/13325375
m xovshrs.m
% XOVSHRS.M (CROSSOVer SHuffle with Reduced Surrogate)
%
% This function performs shuffle 'reduced surrogate' crossover between
% pairs of individuals and returns the current generation after