samah

Samah Abo-El-Hadid

15 Reputation

4 Badges

13 years, 93 days
Cairo, Egypt

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are questions asked by samah

Hi I want to obtain the inverse of the following cumulative function: F(x)=1/n ∑_(i=1)^n(1-e^(-β/h (x-x_i-γh) ) )

I want to integrate the following two function using Maple, but it returns nothing

Hi,

Is it possible in maple to estimate a density using my own kernel function (Gamma; Beta, Exponential...) instead of the  default kernels ( 'gaussian', biweight, epanechnikov, triangular, rectangular)?

 

Hi all,

I try to solve the following nonlinear programming problem:

NLPSolve((int((c[0]+c[1]*u+c[2]*u^2)^2, u = -a .. a))^(4/5)*(int(u^2*(c[0]+c[1]*u+c[2]*u^2), u = -a .. a))^(2/5), variables = [c[0], c[1], c[2]], [int(c[0]+c[1]*u+c[2]*u^2, u = -a .. a) = 1, int(c[0]*u+c[1]*u^2+c[2]*u^3, u = -a .. a) = 0])

but this error message appear:

Page 1 of 1