Alejandro Mus Mejias
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Alejandro Mus Mejiasによる最近のアクティビティ-
Breeze and GRB data types link by chi sq distribution
回答済みDear all, I am trying to translate the following problem (written in Python) def chi_sq(x, mod): UVM = np.zeros(np.shape(mod),dtype=np.complex128) for m in range(len(mod)): UVM[m] = np.sum( ...