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 16:13:19 +0000 Lines: 11 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 1EQFSkxzHutXfHo57NNwiAmKcZHWxOY1AtDhnqmjftcA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'cc:addr:python-list': 0.09; '10:17': 0.16; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '(like': 0.23; 'consistent': 0.23; 'sat,': 0.23; 'words': 0.24; 'header:In-Reply-To:1': 0.24; 'skip:" 20': 0.26; 'message- id:@mail.gmail.com': 0.27; 'consistency': 0.29; 'use?': 0.29; 'skip:& 30': 0.30; 'generally': 0.32; 'languages': 0.34; 'received:google.com': 0.35; 'jason': 0.35; 'instead': 0.36; 'modules': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'complete': 0.63; 'jul': 0.72; 'subject:Quick': 0.84; 'to:none': 0.91; 'subject:skip:g 10': 0.91 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:cc; bh=G2YpASZJ71AWaqxJsN8jQExhqoy9UhmdEUe6A8c7NvI=; b=Q6gcizFfnYr44m0uKfVH8BAfXzBGNnkFHd70ge16eIhBUwUxR2s6Jwb9yvk0tCOTdw D6Y/3A9/mYqISpeUhtHy/960wv7FK3lEkd4zht54Qiw2Gax8rv8XWbmbASkhcevdltzG 7Gyqd9vGUKz4I39SPe7Ybq1R5CU2Go2agIatzJ0fj4TupM7k9RA+MH+RwR9CkTjrpa8l u6QeVqOQDSMmxUNk2p/FpuwsmnAz1i4a58aBwr/8BItgIM8tWM1aeNRWHZOWO9oHI7qh JMdTxZJIfEdo18PtrF3grBEcoorEwY+dtn6jOaHURhwPidB9FfcZ6YZkOm3Ew30qUGbm sYsQ== 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:cc; bh=G2YpASZJ71AWaqxJsN8jQExhqoy9UhmdEUe6A8c7NvI=; b=lz+turfg5gYM56eXGN7MKhG4OgZjTDdcXk1c7F0d0kED95sXL4imo2j5beaDzpTaq6 Y7nykvl40nCyRprrXrK9mLn+FIzT66KwnciEzabg+R9OwdpNMw0VqDzsx5NgED/t7H+J VgU4+9Ga3SVy9AgP534Bbi0ncAgYZ4B8nRO0mJ0wmbIeVyIkYriJyhlxiOMriFTx9eWm LHt5ZbELSKNfpQ/pxuJm5iHm4KrFjjbl6Q9+mGYrych+IhpF/6MzC86I6JWsh60QfscI 6vXVd5oFIVIB4jSTCwrAv1Biasp5jaAThULndcsL07bTXzDkdphHIjsKORGy54g4i3M6 o06w== X-Gm-Message-State: ALyK8tL78nxTl5MmRXEF2gOfz+Uls2UuxWM9m3mfbXCiN7WqU5xFh/nMbgTVQgLuU3WABQ7iZwYllyiDcwoq7A== X-Received: by 10.36.37.146 with SMTP id g140mr8088372itg.58.1468080809473; Sat, 09 Jul 2016 09:13:29 -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:111225 On Sat, Jul 9, 2016 at 10:17 AM Jason Friedman wrote: > > +1 for consistency > What do other languages use? Even though I generally prefer complete words instead of abbreviations, if an abbreviation is a strong standard across many statistics modules (like "stdev" instead of "standard_deviation"), then it's better to stay consistent with that standard.