User Portlet User Portlet

Discussions
Hi all, I have created a simple Interpolation[] function and I would like to ask if it is possible to set some extrapolation method. Thank you Paolo
Hi all, I've registered Python as external evaluator and when I am going to find the external evaluator with FindExternalEvaluator["Python"], I got the correct python version and executable but I have "missing dependencies". Any idea how to...
thank you. it works
Hello everyone, I am new in the group and I would like to ask you a very basic question about LogLikelihood function creation. Is it possible to create LogLikelihood function by using a custom PDF, namely: I have a custom function, f, that I've...
Hello Daniel, I just found in wolfram library archive a nb which could answers my needs http://library.wolfram.com/infocenter/MathSource/699/ even if it creates a module which computes the coefficient of the spline function, while I was trying...
Thank you It works P
Hello, I have an external jar file that I am using inside my Mathematica notebook. This jar contains class and methods. One of the class contains some nested classes that I am loading by using LoadJavaClass["myclass$nestedclass"] the...
Hello, I have the followiing functions dR[a_,b_,r_]=r+a*b; rSim[a_,b_,r_]=r+dR[a,b,r]; S=NestList[0.1,0.05,#]&,0.03,m] where m is the number of steps. What I would like to do is to introduce a noise in dR[]. This noise...
Hello, it would be great if you can help me to solve this problem I am facing. Let us suppose to have three different list: x={0.0,0.1,0.2,0.2,0.3,0.3,.....} y={0.1,0.2,0.3,0.4,1.0,1.5,2.0,3.0,4.0,5.0,....} ...