Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Selik Newsgroups: comp.lang.python Subject: Re: Quick poll: gmean or geometric_mean Date: Sat, 09 Jul 2016 18:31:54 +0000 Lines: 21 Message-ID: References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <1468043386.1292856.661217857.45C882AD@webmail.messagingengine.com> <57809936.6020303@stoneleaf.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de M3YJeaubeQrMO5BGkELgIwR8dkxTlDbawo1/xyoXZ3DA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'scipy': 0.05; '>>>': 0.15; '10:17': 0.16; '12:57': 0.16; '2016': 0.16; 'kern': 0.16; 'mean,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:addr:robert.kern': 0.16; 'to:name:robert kern': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; '>>>': 0.20; 'to:2**1': 0.21; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'least': 0.27; 'message-id:@mail.gmail.com': 0.27; 'consistency': 0.29; 'horizontal': 0.29; 'obscure': 0.29; 'use?': 0.29; 'especially': 0.32; 'michael': 0.33; 'languages': 0.34; 'received:google.com': 0.35; 'jason': 0.35; 'robert': 0.35; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'thought': 0.37; 'to:addr:python.org': 0.40; 'jul': 0.72; 'subject:Quick': 0.84; 'subject:skip:g 10': 0.91; 'candidate,': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=v7/v6jm7ckPYaxby24byP8fICMmlVrbZehxwRJpD8jo=; b=QaEwB3fQvJaBBtcEZVnHtwDvbPbJnk+KC5iGQzuOtExpwcEFWj39zNf+j71OaMVrLc JAIxA+ERjsGe4rr6wJOKjB0x/WfKXbsq0broIfkndGgfARmT8PYpEnayqrIljWl1S426 BdWQQGK/Ega89DmaL+PjQJbcycpxjmKYoEmT+Yf7GDJu0iFQekAKQkwbpTjFFx4Plm07 ao3ya0Z/AQ6UFqSv6d6Lh8jS5P/QX7eSnrKiX7pwP6Y+SjEFNTV7c30PIy2BLhwZ804X 3YS6OcwQLi+g3wp0DZD6RVrT5t9c0tHxjhSGDPCNyTW7bCt96Cki3M0g+iupF5MDa2Yx DSjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=v7/v6jm7ckPYaxby24byP8fICMmlVrbZehxwRJpD8jo=; b=cT/KoVhWPtb6A/IVA/XFlmZ2/ssIgSY2qQzCcPQnuKEq6Jue+rTLnQM0cFedIcBp61 egX3mE8oCBVyfcFXZrGzzHe3gsYdECdpZ5+YckDxjKNw+1WCoF8mglGfnjdG67uspTxz hFwPnyq/eO4nTG2bwBgEVjp1fHQiK+RfiI21Wv3/WH1ck9lfG/WJBdiQBBGC8KqixX90 hDn3ZvIIu2YAqEB18f7yVm658ka8EQgJZ+wypDH5f+WSrxfA+awytJlSpl8ei7RxWjho MZGw3wBDUbKceTlCRh9IQ78Co5bK+R0aaPouITqf7rnsQKfN6N8XA3SSvho8Qm2EPuS/ pRQA== X-Gm-Message-State: ALyK8tK984j+Ot0/j8//b2I6gCVQLP0R24YfmzxlcWnK3d1/A49a2FdNYrJC5BcbB9Z+Auvnj8QXgkRE4Cu4QA== X-Received: by 10.36.37.146 with SMTP id g140mr8436429itg.58.1468089124127; Sat, 09 Jul 2016 11:32:04 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <1468043386.1292856.661217857.45C882AD@webmail.messagingengine.com> <57809936.6020303@stoneleaf.us> Xref: csiph.com comp.lang.python:111227 On Sat, Jul 9, 2016, 12:57 PM Robert Kern wrote: > On 2016-07-09 17:13, Michael Selik wrote: > > On Sat, Jul 9, 2016 at 10:17 AM Jason Friedman > wrote: > > > >>> +1 for consistency > > > > What do other languages use? > > R, the most likely candidate, doesn't have them built-in. > > scipy.stats uses gmean() and hmean() > SciPy also uses other obscure abbreviations. My least favorite is "eye". My first thought at reading "hmean" might be horizontal mean, especially if there were a vmean. >