由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - exp function in R
相关主题
如何计算normal distribution function的cdf numerically?问统计大侠们一个有趣的数学问题
bloomberg onsite 面经 +offer (转载)chi square or fisher's exact test?
请教个问题关于 default rate in profit calculation[合集] 请教一个简单的统计问题
How to use Proc format请教各位高手:SAMLL SAMPLE SIZE 一般都采取什么方法分析?
effect size calculation in repeated measurements ?Ask a SAS question
菜鸟再问个关于程序中产生的NaN的去除方法help-how to get exact p value in sas
沮丧 Rsb help me?
about R function to do N!请教一个概率问题
相关话题的讨论汇总
话题: exp话题: function话题: answer话题: nan话题: while
进入Statistics版参与讨论
1 (共1页)
s********1
发帖数: 54
1
I would like to calculate exp(-f(x))/exp(-g(x)) in R. While f(x) and g(x)
both are vary large, say around 1000, R shows the answer as NaN. How could I
get the exact answer using R?
Y****a
发帖数: 243
2
exp(-f(x))/exp(-g(x))
= exp(-f(x)-(-g(x)))
= exp(-f(x)+g(x))
= exp(g(x)-f(x))
1 (共1页)
进入Statistics版参与讨论
相关主题
请教一个概率问题effect size calculation in repeated measurements ?
StatXact中, 能不能写命令?菜鸟再问个关于程序中产生的NaN的去除方法
is exact alpha + coverage probability = 1 ?沮丧 R
请教analysis of clustered small sample binary outcomeabout R function to do N!
如何计算normal distribution function的cdf numerically?问统计大侠们一个有趣的数学问题
bloomberg onsite 面经 +offer (转载)chi square or fisher's exact test?
请教个问题关于 default rate in profit calculation[合集] 请教一个简单的统计问题
How to use Proc format请教各位高手:SAMLL SAMPLE SIZE 一般都采取什么方法分析?
相关话题的讨论汇总
话题: exp话题: function话题: answer话题: nan话题: while