mean=: 13 : '(+/y) % #y'
   mean
+/ % #

I guess what we want is this:

   meanexp=: 23 : mean
   meanexp
3 : 0
a=. +/ y
b=. # y
a % b
)


2011/10/7 Brian Schott <[email protected]>

> Do you mean such as this?
>
>   mean=: 13 : '(+/y) % #y'
>   mean
> +/ % #
>
>
> 2011/10/7 Linda Alvord <[email protected]>:
> > Is there a way to go from a tacit expression to find the correct explicit
> > expression?
> >
> >    a =: 13 :'((+/ % #) * 1 + #) - +/'
> --
> (B=)
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Björn Helgason, Verkfræðingur
Fornustekkum II
781 Hornafirði,
t-póst: [email protected]
gsm: +3546985532
twitter: @flugfiskur
http://groups.google.com/group/J-Programming


Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans

góður kennari getur stigið á tær án þess að glansinn fari af skónum
          /|_      .-----------------------------------.
         ,'  .\  /  | Með léttri lund verður        |
     ,--'    _,'   | Dagurinn í dag                     |
    /       /       | Enn betri en gærdagurinn  |
   (   -.  |        `-----------------------------------'
   |     ) |         (\_ _/)
  (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
   `. )----'        (")_(") ☃☠
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to