Alejandro Mus Mejias

  • Gurobi-versary
  • First Comment
  • First Question
  • 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 Recent activity Votes
  • Breeze and GRB data types link by chi sq distribution

    Answered

    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( ...