Hmm... why would we do that?

^. gives the natural log, if we wanted to work with base 10 logs we'd
be using 10&^. instead of a bare ^. and if we're treating logs as
percentages we'd probably be working with log10

(But what is the domain where we'd be wanting logs-as-percent?)

Thanks,

-- 
Raul

On Sat, May 15, 2021 at 3:21 AM Hauke Rehr <hauke.r...@uni-jena.de> wrote:
>
> For completeness’ sake: for the scaled variant, you’d do
>
> hh_constant =: 100
> scaled_logs =: hh_constant&*&^. each original
>
>
> Am 15.05.21 um 06:46 schrieb Raul Miller:
> > logs=: ^. each original
>
> --
> ----------------------
> mail written using NEO
> neo-layout.org
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to