Questions tagged [maple]

Maple is a symbolic and numeric computing environment, and is also a multi-paradigm programming language.

Maple, developed by Maplesoft, covers symbolic and numeric computing and other aspects of technical computing, including visualization, data analysis, matrix computation, and connectivity.

A toolbox, MapleSim, adds functionality for multidomain physical modeling and code generation.

5 questions
8
votes
1 answer

Symbolic computer algebra for statistics

What functionality should exist in a CAS that was specifically geared toward Statistics? Symbolic algebra systems like Mathematica and Maple are often used for calculus, logic, and physics problems but are rarely used for statistics. Why is…
MRocklin
  • 369
  • 2
  • 11
4
votes
1 answer

What is the characteristic function of a rectified Normal distribution?

Rectified Normal distribution is a hybrid distribution with the following pdf: $f(x;\mu ,\sigma ^{2})=\Phi (-{\frac {\mu }{\sigma }})\delta (x)+{\frac {1}{{\sqrt {2\pi \sigma ^{2}}}}}\;e^{{-{\frac {(x-\mu )^{2}}{2\sigma ^{2}}}}}{\textrm …
2
votes
1 answer

How can Gröbner bases used to describe discrete probability?

[Cross post from here, figured this community may be more relevant] I am working in the field of machine learning, and I have come across a few papers that show relationships between Gröbner bases and discrete probability. So I come here for…
2
votes
0 answers

Gaussian process log marginal likelihood

I am trying to use a Gaussian process to predict some outcomes. I'm using the squared exponential co-variance function and 0 mean. My inputs are 4 dimensional vectors and I am using Maple for all the calculations. My problem is that when I compute…
Alex
  • 21
  • 2
0
votes
2 answers

Goodness of fit test in statistics

I am ripping my head off right now. I have beensitting all day, and tried to solve this assigment i have in statistics. I have 5 observations: 229, 211, 93, 35, 8 I have 5 Expected observations: 226.74, 211.39, 98.54, 30.62, 8.71 I have to make a…
user1883095