代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/492901/6412743
cpp d13r7.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r7
//driver for routine ftest
int npts = 1000, nval = 10;
int i,j,mpts = 500;
doub
www.eeworm.com/read/492901/6412747
cpp d13r6a.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r6a
//driver for routine tutest
int i,j,npts = 5000, nshft = 10;
int mpts = 1000;
www.eeworm.com/read/488555/6489382
m kfdemo.m
disp(' ----------------------');
disp('|Bayesian Kalman filter|');
disp('|Stephen Roberts - IMPC|');
disp(' ----------------------');
disp(' ');
disp('to get help about Kalman filter program');
www.eeworm.com/read/488224/6498681
m program_12_4.m
% Program 12_4
% Computation of the Output Noise Variance Due
% to Input Quantization of a Digital Filter
% Based on a Partial-Fraction Approach
%
num = input('Type in the numerator = ');
den
www.eeworm.com/read/485544/6552679
m mdnprob.m
function [prob,a] = mdnprob(mixparams, t)
%MDNPROB Computes the data probability likelihood for an MDN mixture structure.
%
% Description
% PROB = MDNPROB(MIXPARAMS, T) computes the probability P(T) o
www.eeworm.com/read/485122/6565083
cpp d13r7.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r7
//driver for routine ftest
int npts = 1000, nval = 10;
int i,j,mpts = 500;
doub
www.eeworm.com/read/485122/6565087
cpp d13r6a.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r6a
//driver for routine tutest
int i,j,npts = 5000, nshft = 10;
int mpts = 1000;
www.eeworm.com/read/480200/6668067
m productexact.m
function dens = productExact(npd_placeholder, npdensities , analyticFns, analyticParams)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% productExact(kde,{kdes} [,{
www.eeworm.com/read/479527/6688209
m gauss_cdf.m
% This function gives values from the Gaussian PDF
% with mean m and variance sig^2.
%
% A vector of means for constant variance will work
% or a vector of means and variances.
% Vector q does n
www.eeworm.com/read/476799/6750949
m gabor2d_sub.m
function [gaborp_2d]=gabor2d_sub(angle,num_disk)
% Modified by PRTsinghua@hotmail.com
variance=32;
k=10;
x=cos(angle*pi/num_disk);
y=sin(angle*pi/num_disk);
w=(2*pi)/k;
p=0;
m=0;
for (i