User Portlet User Portlet

Discussions
Using an AI that can translate English to Mathematica, I was able to further research and develop the supply & demand curves. But "we" ran into a problem in need of some expert help, hence maybe one of you fine people would be willing to contribute? ...
This is a language translation issue, between English and Mathematica code.
Perfect! ![enter image description here][1] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=10218Untitled.png&userId=2361817
Most likely there was another definition for `Φ`. Note that `ClearAll` does not evaluate, should be ``ClearAll["Global`*"]`` to clear symbols in the `Global` context. If you use [notebook specific...
> is there a good color pattern for emphasizing a specified region on > the z-axis for tries? Maybe you could use `Mesh` ? triesPlot[nrOfTries_]:=Plot3D[ Log[1-certainty]/Log[failure],{certainty,0,1},{failure,0.0001,1}, ...
I'm gonna go with adding columns to an adjacency matrix, as it satisfies the mechanics of what I wish to accomplish.
That is a neat workaround. +1
Gianluca, On 12.3.1 I get > Internal precision limit $MaxExtraPrecision = 50.` reached while > evaluating 1/2 (1-Erf[10\ Sqrt[2]]) Block[{$MaxExtraPrecision = 100}, Probability[x > 8, Distributed[x, NormalDistribution[75/10,...
Thank you for providing the answer to the question I asked. Thus far, I've demonstrated the full range of values for confidence is sub-optimal, and can be narrowed down to less than half that range.
Hi Jonathan, Might be easier to work with `Quantity` rather than `TimeObject`. (* Convert TimeObject to Quantity *) times = Quantity[MixedMagnitude[#], MixedUnit[{"Minutes", "Seconds"}]] & @@@ timestamps (* Convert to seconds *)...