代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/364545/9903782
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/364545/9903784
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm
www.eeworm.com/read/168334/9919795
m tournselect.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
%
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop -
www.eeworm.com/read/167987/9942644
mycalculator
#!/bin/ksh
# Script name: mycalculator
# Example 10.133
# A simple calculator -- uses the bc command to perform the
# calculations
# Since the shell performs operations on integers only,
# this pro
www.eeworm.com/read/361768/10036453
m lmtest1.m
function results = lmtest1(data,q)
% PURPOSE:
% Performs an LM test for the presense of autocorrelation in q lags
% Under the null of no serial correlation, this is asymptotically
% distribute
www.eeworm.com/read/361768/10036456
m kolmogorov.m
function [statistic, pvalue, H]=kolmorgorov(x,size,dist,varargin)
% PURPOSE:
% Performs a Kolmogorov-Smirnov test that the data are from a specified distribution
%
% USAGE:
% [statistic,
www.eeworm.com/read/359373/10153222
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/359373/10153224
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm an
www.eeworm.com/read/358619/10183752
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/358619/10183753
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm