en =: [: %: [: +/ *:  NB. Euclidian norm
   sn =: [: >./ |        NB. Sup Norm
   tn =: [: +/ |         NB. Taxicab Norm

   v =: 4 _2 1 _10
   en v
11
   sn v
10
   tn v
17


On Thursday, July 17, 2014, Brian Schott <schott.br...@gmail.com> wrote:

> Consider the dyadic forks wmean and wmean1 discussed in the following
> message.
>
> wmean =: * %&(+/)[  NB. weighted mean
> wmean1=: # %&(+/) [
>
> http://www.jsoftware.com/pipermail/programming/2009-February/013728.html
>
>
> --
> (B=)
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>


-- 
Sent from Gmail Mobile
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to