Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EEF44094 for ; Wed, 15 Jun 2011 16:27:50 +0000 (UTC) Received: (qmail 70446 invoked by uid 500); 15 Jun 2011 16:27:48 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 70378 invoked by uid 500); 15 Jun 2011 16:27:48 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 70370 invoked by uid 99); 15 Jun 2011 16:27:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 16:27:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil.steitz@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 16:27:41 +0000 Received: by pzk1 with SMTP id 1so452381pzk.30 for ; Wed, 15 Jun 2011 09:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ClvzlAl9IzjsGdDlNG2/DTiIfenU93lsN+dL00nvXE8=; b=uHrXPHOjv2E08XMhzJNp2Czuap8Qq0zvYXYNBnhW4SpIszxBLMqsSfslVJ3zTAVisW IFdzpIbpJekvjfOlf/iP7Yrj/S45nKrx/OfimC/CSCn+kYBBt8xLGu8YdIzD1zgC8eTW R+S7msnOEuqIVPZu06yMoUNMOHHo9EUPCrgFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=ewJ0/3JET6d4RDtaaqzClQiiJvGEeH5SBeCvtQtx6tEnR7gr9gmdOWMaG1DqPfSLYk NFVfPG8gvU+N4Muclg0yoUhOBXPsMRe7sUUSDY28QdUpRCLexeicE+Y1T7/KkmF5SJzF KBpCPiHl1XnxOwFYvAs5zIWq3dfiRxIYiRkY8= Received: by 10.143.97.38 with SMTP id z38mr195699wfl.83.1308155240525; Wed, 15 Jun 2011 09:27:20 -0700 (PDT) Received: from a.local (67-40-74-224.phnx.qwest.net [67.40.74.224]) by mx.google.com with ESMTPS id d15sm619591wfl.18.2011.06.15.09.27.18 (version=SSLv3 cipher=OTHER); Wed, 15 Jun 2011 09:27:19 -0700 (PDT) Message-ID: <4DF8DD66.5060505@gmail.com> Date: Wed, 15 Jun 2011 09:27:18 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Commons Users List Subject: Re: re : using org.apache.commons.math References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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. Phil > > > Thanks in advance, > > > > Minh Tran > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org