2011/6/15 Phil Steitz <[email protected]>:
> On 6/14/11 5:52 AM, Dung Tran wrote:
>> Hello,
>>
>> Could i ask you a quick question regarding the usage of the 
>> OLSMultipleLinearRegression in the org.apache.commons.math library.
>>
>> I tried to
>> import org.apache.commons.math.stat.regression.OLSMultipleLinearRegression 
>> in my java program, and
>>
>> it gave me an error saying the import statement can not be resolved.
>>
>> I think i am miising something , so please help mw if you could.
>
> Above looks like the correct import statement.  Most likely, the
> commons math jar is not on your classpath.

Or the one you are using is of older version. The mentioned class is @since 2.0

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to