User Portlet User Portlet

Sjoerd Smit
Discussions
Glad to hear I could be of service. I'll take a look at your work, but my expertise is not so much on image analysis so I may not be able to provide much useful commentary on the subject of performance improvement.
Ok, here are some more things to try: 1. Combine the plots with `Show`, but suppress the output with a semicolon. If this crashes the kernel, we know for sure that this problem occurs in the kernel and not the front end. 2. Do a `ByteCount` of...
I don't think `FindFormula` is going to work here since the inputs are 5-dimensional and `FindFormula` only works on x-y type data. Realistically, I'd first throw this whole data set into `Predict` first and see what it comes up with. It won't be a...
After a bit of reflection, I see what's still missing from my story: everything I wrote is correct, but only for a process that does not terminate. That's where the nuance lies. The problem is now to find the probability distribution for the first...
This is a really nice plot, but there is one thing that I don't really get: why is the DensityPlot the brightest in the lower-left quadrant even though by far the most shots landed in the upper-right one (8, compared to only 3 in the lower-left)? Are...
There is certainly something to be said for both approaches and the reality is probably that the truth lies in the middle somewhere. Here are some ideas I found myself going through after reading the original question: First of all, I think that...