User Portlet User Portlet

Maria Giovanna Dainotti
Discussions
Dear All, I am using NonlinearModelFit to fit data with a function with 4 parameters. With Marquardt Levenberg Algorithm the errors are considered independent, but in reality errors are dependent each other. Is there a build in function which  I can...
Hi, If there are no matching lists in LpeakidGRB, Select will return an empty list, {}. Then the rows to delete are of the pattern {_, {}}. The following will do the job. [mcode]LpeakandLprompttotalsample = Map[Flatten, DeleteCases[#, {_, {}}]...