AboutGeorge Moustris Expertise I have extensive experience in MATLAB which is a CAD for engineers.I can answer many questions on the programming script as well as the use of many toolboxes Matlab uses.However DO NOT ask me about the underlying theory of your projects.I will only answer questions regarding the USE of Matlab.
Experience I have written many scripts in Matlab utilizing many toolboxes and libraries such as Fuzzy Logic toolbox,Neural Nets,Image processing,Wavelets,Signal processing etc.
Organizations Aristotle University of Thessaloniki
Expert: George Moustris Date: 5/10/2007 Subject: Differentiation of normal distribution
Question Can matlad differentiate a normal distribution of an inverse normal distribution?
Something like:
d/dx(N(a*invN(x) + invN(p)))
N(x) is normal distribution
invN is inverse normal distribution
If not, how would i do it in matlab?
Answer Hi Jo,
by "differentiation" i assume that you mean symbolic differentiation and not arithmetic. To do what you ask you must define, in symbolic form, the function you want to differentiate and then you apply the symbolic derivative operator ("diff(f,x))", where f(x) is the function you describe.
If you want to perform symbolic math operations i would rather recommend Mathcad since it's easier than Matlab in symbolic math.