gamma_pdf.m
来自「基于RBMCDA (Rao-Blackwellized Monte Carlo 」· M 代码 · 共 25 行
M
25 行
%GAMMA_PDF Probability density function of a Gamma distribution%% Syntax:% p = gamma_pdf(x,alpha,beta,mu)%% In:% x - Locations where to evaluate the PDF % alpha - Parameter of the distribution% beta - Parameter of the distribution% mu - Mean of the distribution%%% Out:% p - Density at the given locations%% Description:% Probability density function of a Gamma distribution%% See also:% GAMMA_CDF% History:% 11.02.2008 First Official version%% Copyright (C) 2003 Simo S鋜kk
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?