Questions about commercially available Mathematica packages, either distributed by Wolfram, inc. or third parties.

learn more… | top users | synonyms

-3
votes
0answers
89 views

How to type function terms into metric?

I submitted my question before on site:Anything wrong with Atlas 2 or Mathematica?. Due to my vagueness, my problems might not be clearly understood. I am trying to solve several functions based on ...
0
votes
0answers
111 views

How can I add standard deviation to my plot?

I have a plotted my forecasted and real data in one graph, but I can't figure out how to plot the standard deviation on the same graph. The following is the code I have used: ...
4
votes
2answers
330 views

Game theory packages

Is there any game theory package around? I mean supporting functions which take a game in matrix form and tell you all about nash equilibra, best strategies, ect
1
vote
1answer
171 views

Complex Region using Presentations Package

Just purchased the Presentations package. First sketched this region: ...
2
votes
0answers
158 views

How to predict some constant number of values with NeuralNetworks

Example: << NeuralNetworks` data = {Sin[#]} & /@ Range[0, 4 Pi, 0.5]; learn = data[[1 ;; 15]]; Now, lets fit our neural network: ...
7
votes
1answer
248 views

LogLikelihood function from the Time Series package is apparently missing

The Time Series package for Mathematica comes with a function called LogLikelihood. It is discussed and used extensively in the documentation (pdf). So does ...