📄 calc_const.m
字号:
function const = calc_const(p,k)% CALC_CONST calculates the log of the normalizing constant% based on the p and kappa.p = p/2 - 1;const = (k*0.5/pi)^p;temp = 2*pi*besseli(p,k);const = log(const) - log(temp);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -