How to speed-up Log-sum-exp function over multidimensional R Arrays?

后端 未结 0 1072
孤城傲影
孤城傲影 2020-12-13 07:37

I am working on speeding up a program I wrote in R. The code involves repeatedly computing LogSumExp over multidimensional arrays, i.e computing s_lnj = exp(u_lnj) / (1 + s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题