代码搜索:Beta值

找到约 10,000 项符合「Beta值」的源代码

代码结果 10,000
www.eeworm.com/read/450951/7474300

txt final_beta.txt

0.0000000e+000 0.0000000e+000 0.0000000e+000 0.0000000e+000 0.0000000e+000 2.4521942e-021 7.6940648e-188 4.8520671e-005 1.4086183e-075 6.1518244e-073 7.1877036e-004 9.1800027e-004 8.6611994e-004 3.5
www.eeworm.com/read/449504/7501973

m beta_cdf.m

function cdf = beta_cdf(x, a, b) % PURPOSE: cdf of the beta distribution %-------------------------------------------------------------- % USAGE: cdf = beta_cdf(x,a,b) % where: x = prob[beta(a,b
www.eeworm.com/read/449504/7501977

m beta_inv.m

function x = beta_inv(p, a, b) % PURPOSE: inverse of the cdf (quantile) of the beta(a,b) distribution %-------------------------------------------------------------- % USAGE: x = beta_inv(p,a,b) %
www.eeworm.com/read/449504/7501992

m beta_d.m

% PURPOSE: demo of beta distribution functions % prints mean and variance of 1000 draws % plots pdf,cdf,inverse % %--------------------------------------------------- % USAGE:
www.eeworm.com/read/449504/7501998

m beta_rnd.m

function rnd = beta_rnd (n, a, b) % PURPOSE: random draws from the beta(a,b) distribution %-------------------------------------------------------------- % USAGE: rnd = beta_rnd(n,a,b) % where:
www.eeworm.com/read/449504/7502034

m beta_pdf.m

function pdf = beta_pdf(x, a, b) % PURPOSE: pdf of the beta(a,b) distribution %-------------------------------------------------------------- % USAGE: pdf = beta_pdf(x,a,b) % where: x = vector o
www.eeworm.com/read/449504/7502269

m tvp_beta.m

function [beta, ferror] = tvp_beta(parm,y,x) % PURPOSE: generate tvp model betas and forecast error variance % given maximum likelihood estimates % ------------------------------------------
www.eeworm.com/read/449504/7503070

m beta_prior.m

function out = beta_prior(rvec,a1,a2) % PURPOSE: construct beta-prior for rho over -1,1 interval %----------------------------------------------------------- % USAGE: out = beta_prior(a1,a2,rvec);
www.eeworm.com/read/449088/7518651

c 14beta.c

#include "math.h" #include "stdio.h" #include "14gam1.c" double beta(a,b,x) double a,b,x; { double y; double bt(double,double,double); if (a
www.eeworm.com/read/442831/7643871

c 14beta.c

#include "math.h" #include "stdio.h" #include "14gam1.c" double beta(a,b,x) double a,b,x; { double y; double bt(double,double,double); if (a