User Portlet
Featured Contributor
Discussions |
---|
Several multiset functions are available in the Wolfram Function Repository: https://resources.wolframcloud.com/FunctionRepository/search/?i=multiset |
MapThread takes a third argument for level specification that makes the data preparation a bit easier in this case. So instead of mapping MapThread over the threaded (transposed) data, just use In[139]:= barData = MapThread[Labeled, {data,... |
Very nice deep dive into the data! I find it very curious that many of the national curves have very sharp, flat-topped "peaks" of about a week's duration. Do you know of an explanation for this feature? I suspect that they are reporting errors,... |
It's not a question of precedence but one of parsing. WL does follow the traditional rules for order of operations in arithmetic. The FrontEnd parses the input and gives it to the Kernel for evaluation. To see how the FrontEnd interprets your input,... |
No, the fractional lattice coordinates of the atoms and the symmetry elements of the space group are part of the input data in the CIF file. It could be adapted to tile 3D space with plesiohedra given the coordinates of their vertices, lists of... |
Given that the graph g is acyclic, there is one and only one path between any two vertices. The path is necessarily the shortest path, and in general will not include every vertex. I think you need to reconsider the your problem more carefully,... |
This is and issue in general with medical data, and is only slowly being addressed. Part of the problem is that to account for gender, race, and age differences literally makes the study design and analysis at least 25 times harder. With limited... |
Great. Let me know if you have difficulties, and I'll help out as time allows (I'm just embarking on a 3 week long virtual summer school as an instructor). |
Nice post! I'm glad you had better success fitting the data than I did, and the comparison of several countries with quite varied mitigation strategies is interesting. I'm still concerned that the total population has to be made so small, and we... |
Nice post! I like the way you very "conversationally" retrieve data and visualize them! The time series plot very clearly shows the increased number of deaths in April 2020, but that observation does not come across in the subsequent bar charts.... |