STACK 4.1 : distrib module still loaded ?

STACK 4.1 : distrib module still loaded ?

by Laurent BRIEND -
Number of replies: 2

Hi Chris and Tim,

Since 4.1 version, some  questions in my questions bank don't work anymore because  distrib module seem to be not loaded in Stack. However, it's OK when I try to use some distrib functions in Maxima's command line.

For example the function cdf_normal :

**** Variable question *****

ecartype:rand([2,3,4,5,6]);
moy:rand(20);
bornesup:moy+2*ecartype*(rand(2.0)-1);
bornesup:round(bornesup/0.1)*0.1;
/* solution:round(cdf_normal(bornesup,moy,ecartype)/0.0001)*0.0001; */
solution:cdf_normal(bornesup,moy,ecartype);

**** Question text ****

Let N({@moy@} ; {@ecartype@}).
Compute \[P(X \leq {@bornesup@})\]

 

input:ans1

******

In this question, Stack returns no result for the solution.

No errors after Healthcheck

Maxima 5.38.1
using Lisp GNU Common Lisp (GCL) GCL 2.6.12
unix not optimised.
Average of ratings: -
In reply to Laurent BRIEND

Re: STACK 4.1 : distrib module still loaded ?

by Christopher Sangwin -
Picture of Particularly helpful Moodlers Picture of Plugin developers

This is not automatically loaded,  and you need to add this in to the packages on the settings page.

Some versions of Maxima did not have this, and auto-loading it was causing these users problems.  Sorry about that.

Chris

In reply to Christopher Sangwin

Re: STACK 4.1 : distrib module still loaded ?

by Laurent BRIEND -
Hi,
After parameter page update, CAS connection tests and cache erased, it's OK now.
Thank you Chris.

Laurent