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 B7F75D7DB for ; Thu, 26 Jul 2012 19:44:02 +0000 (UTC) Received: (qmail 87052 invoked by uid 500); 26 Jul 2012 19:44:01 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 86979 invoked by uid 500); 26 Jul 2012 19:44:01 -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 86970 invoked by uid 99); 26 Jul 2012 19:44:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 19:44:01 +0000 X-ASF-Spam-Status: No, hits=-2.1 required=5.0 tests=FSL_RCVD_USER,HTML_IMAGE_ONLY_28,HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gkane@us.ibm.com designates 32.97.182.141 as permitted sender) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 19:43:49 +0000 Received: from /spool/local by e1.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 26 Jul 2012 15:43:28 -0400 Received: from d01dlp01.pok.ibm.com (9.56.224.56) by e1.ny.us.ibm.com (192.168.1.101) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 26 Jul 2012 15:43:26 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id C14F638C8074 for ; Thu, 26 Jul 2012 15:43:25 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6QJhP0q381494 for ; Thu, 26 Jul 2012 15:43:25 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6QJhP0w022208 for ; Thu, 26 Jul 2012 16:43:25 -0300 Received: from d01ml259.pok.ibm.com (d01ml259.pok.ibm.com [9.63.8.58]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q6QJhPbR022196 for ; Thu, 26 Jul 2012 16:43:25 -0300 In-Reply-To: <501184D2.7030604@gmail.com> References: <20120726155029.GZ20488@dusk.harfang.homelinux.org> <501184D2.7030604@gmail.com> Subject: Re: [MATH] Kalman Filter X-KeepSent: CAABD6E7:46C5BB32-85257A47:006BE635; type=4; name=$KeepSent To: "Commons Users List" X-Mailer: Lotus Notes Release 8.5.3 September 15, 2011 Message-ID: From: Garrett Kane Date: Thu, 26 Jul 2012 15:43:23 -0400 X-MIMETrack: Serialize by Router on D01ML259/01/M/IBM(Release 8.5.3 ZX853HP5|January 12, 2012) at 07/26/2012 15:43:24 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5" X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12072619-6078-0000-0000-00000D91A2B9 --0__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5 Content-type: multipart/alternative; Boundary="1__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5" --1__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Thomas, Thanks a lot. You were correct, that output was from commons.apache.org.math.utl.FastMath While I am not sure why that was running instead of my test program, it is now resolved. Pretty sure I c= an take it from here, Thanks for your help! -Garrett From: Thomas Neidhart To: user@commons.apache.org, Date: 07/26/2012 13:57 Subject: Re: [MATH] Kalman Filter On 07/26/2012 07:12 PM, Garrett Kane wrote: > The code I am using (copied from the apache commons page on the kalma= n > filter) is: > *public* *class* Kalman { > *void* main(){ [snip] Hi Garrett, whatever you see in your output, it is not related to the code you posted. In fact the kalman filter does not use any trigonometric functions and the data you see is actually some internal stuff of commons-math. I do not know why you see it, but one indication might be that you need= to have a properly defined main for your application to run: public static void main(String[] args) Could you try this? Thanks, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org = --1__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable

Thomas,
Thanks a lot. You  were corre= ct, that output was from commons.apache.org.math.utl.FastMath While I a= m not sure why that was running instead of my test program, it is now r= esolved. Pretty sure I can take it from here, Thanks for your help!
-Garrett

3D"InactiveThomas Neidhart ---07/26/2012 13:57:22---On 07/26/2012 07:= 12 PM, Garrett Kane wrote: > The code I am using (copied from the ap= ache commons pa

From: Thomas Neidhart <thomas.neidhart@g= mail.com>

To: user@commons.apache.org,
Date: 07/26/2012 13:57
Subject: = Re: [MATH] Kalman Filter





On 07/26/2012 07:12 PM, Garrett Kane wrote:
> The code I am using (copied from the apache commons page on the ka= lman
> filter) is:
> *public* *class* Kalman {
> *void* main(){

[snip]

Hi Garrett,

whatever you see in your output, it is not related to the code you
posted. In fact the kalman filter does not use any trigonometric
functions and the data you see is actually some internal stuff of
commons-math.

I do not know why you see it, but one indication might be that you need=
to have a properly defined main for your application to run:

public static void main(String[] args)

Could you try this?

Thanks,

Thomas

--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


= --1__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5-- --0__=0ABBF0D4DFF860A58f9e8a93df938690918c0ABBF0D4DFF860A5--