Hi.
I am new in Mathematica. If someone could help me to run/load package on my project. I downloaded QuantileRegression.m from https://mathematicaforprediction.wordpress.com/2014/04/19/find-fit-for-non-linear-data/ What should I do to work with it (Mathematica 9 and 10)?
I put this code to may notebook:
FindFile["QuantileRegression`"]
Needs ["QuantileRegression`"]
It finds me QuantileRegression.m file location but gives me an error:
Syntax::sntx: Invalid syntax in or before "<!DOCTYPE html>" (line 6 of "QuantileRegression`").
Needs::nocont: Context QuantileRegression` was not created when Needs was evaluated. >>