Alejandro Mus Mejias
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Alejandro Mus Mejias-
Breeze and GRB data types link by chi sq distribution
AnsweredDear 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( ...