Skip to content
Back to formatted view

Raw Message

Message-ID: <501E71D1.1050303@sapo.pt>
Date: 2012-08-05T13:14:57Z
From: Rui Barradas
Subject: help to programm
In-Reply-To: <17233799.114119.1344169901980.JavaMail.nabble@joe.nabble.com>

Hello,

Sorry, but I don't understand your formula. Maybe it's better if you

1. use * for multiply.
2. break the expression into smaller components. For instance,

(Is it an add and a multiply or two multiplies?)

EXP <-  exp{ (B0 B1 row matrix) (z[l] column matrix) }

Then use EXP.

3. instead of 'row matrix' write 'row_matrix', the same for column matrix.
4. Your final sum is the sum of what ???


Em 05-08-2012 13:31, hafida-06 at hotmail.fr escreveu:
> Hi
> can you please help me to programme this formula:
> a[j]= E[j]-sum from l=i  to i-1 (exp{(B0 B1row matrix) (z[l]column matrix) } x[l])  /  sum from l=i to n
>
> i=1...n          j=1...k     l=1...m       ; n,m,k are given.
>
> it s complicate for me ; hope you can help me
> thank you a lot