The computation is essentially sum(log.(p * C)) , where C is a constant matrix and p is a row vector. Here's my Python code: import numpy as ...
確定! 回上一頁