 Usage:  res = plmp(x,t,y,m,mn)  
 
 Input:

  x                      n x p matrix, the design 
                         
  t                      n x 1 matrix, the design in [0, 1] 
                         
  y                      n x 1 matrix, the response 
                         
  m                      scalar, degree of piecewise polynomial 
                         
  mn                     scalar, the numbers of intervals divided [0, 1] with 
                         length 1/mn. 
                         
 Output:

  res.hbeta              p x 1 matrix, the estimate of the parameter 
                         
  res.hg                 n x 1 matrix, estimate of nonparameter function 
                         
--------------------------------------------------------------
(C) MD*TECH Method and Data Technologies, 17.8.2000
