User Portlet User Portlet

Discussions
I have just noticed this thread resurfacing, in the meantime few new functions were added to help with function definitions: - `WithCleanup`, a documented version of `WithLocalSettings` - The new `Enclose`/`Confirm` family -...
Fantastic tutorial, thanks!
Once you learn to drill down (and up) with Dataset[ ] while applying functions, you will never go back to using just lists. Your code will be shorter and easier to understand. I rarely use Dataset[ ], but I use Query[ ] on lists of associations all...
Great demo. Thanks for the detailed explanation of your methodology. Maybe I miss something but shouldn't you write datelist = tsSPXO["Dates"] instead of datelist = tsSPX["Dates"]? I also couldn't find the definition of tsVTDSPX.
Attached files implement importation of typical (but fictional) commercial data using SemanticImport[], to include the use of very basic data cleansing methodology to improve fidelity of Dataset[] contents. Where possible, information is presented...
Assuming that you have Mathematica installed: * Open a notebook ( N) or press the New Document on the Welcome Screen window. * Click on Format * Click on Stylesheet * Click on Utility * Click on Outline That will let you take natural...
Sorry about the delay. I usually can't reply on weekdays, thanks to workload. The attached file is pretty much what you need for this job. It is not complete, since I do not understand ECEF and the format is not directly supported by...
A farmer buys 100 animals for $100.00. The animals include at least one cow, one pig, and one chicken, but no other kind. If a cow costs $10.00, a pig costs $3.00, and a chicken costs $0.50, how many of each did he buy? Please show me the...
Answering your question took quite a bit of work. The text below is a summary. We have been in the “denial” phase for quite some time. My favorite example is Calculus. Calculus courses teach the original development of Calculus, using Leibnitz...
FindMinimum is supposed to be sensitive to initial starting values. It is a local optimizer. So for certain functions it is supposed to be very sensitive. See the wikipedia page on Newton Fractals for a classic example...