Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Quick poll: gmean or geometric_mean Date: Sat, 09 Jul 2016 01:49:46 -0400 Lines: 10 Message-ID: References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <1468043386.1292856.661217857.45C882AD@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de fI7wZli28XWpkYRSI+7KNwSujY0ehoiBEkVGnTEqCO6Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'so?': 0.07; 'received:internal': 0.09; '(also': 0.16; 'latter,': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; "shouldn't": 0.18; 'sat,': 0.23; 'header:In-Reply- To:1': 0.24; 'arithmetic': 0.29; 'maybe': 0.33; "d'aprano": 0.33; 'steven': 0.33; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.40; 'called': 0.40; 'header:Message-Id:1': 0.61; 'jul': 0.72; 'subject:Quick': 0.84; 'subject:skip:g 10': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=vhVdSlCvyM0LPEtJm1S2JSAyfAc=; b=GnQOVB 6laArLyQLv/rEipO32AQmP12yPKa7ZfFM8gOpxT7Lrd0pzNOpep1imXjiFltZ3O6 WXpNvFYZIoeWQxyAS0GV/1FmqKOGxuRcxviEO2b2wvIu52EhPSP4Qc2JApRZzzpY x1VIaRCq3LS8iWGofd3eoqpeFtXh1zJzfrbIQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=vhVdSlCvyM0LPEt Jm1S2JSAyfAc=; b=RzcPGsh/qDUM9T980/cC5Vm62fESSlJv1s4Dwed+RBTVfw1 bd8SMuftoXZXWUrJ1bOcACXqwboNVz/3lLlrdRwmmFfAvN3sIwbDg8t7/gwq1h0q TdWgmVZwH6F64RzSTD5HQ4ENpcsL8DcyhINlxQn7f5ZEEX86aomnfcSkRETw= X-Sasl-Enc: nv6oUtIxNRwlDvh+cLuwGJc7FCUrC8kdFBm9WukvBRuj 1468043386 X-Mailer: MessagingEngine.com Webmail Interface - ajax-22cd3445 In-Reply-To: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> 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: <1468043386.1292856.661217857.45C882AD@webmail.messagingengine.com> X-Mailman-Original-References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:111218 On Sat, Jul 9, 2016, at 01:26, Steven D'Aprano wrote: > hmean and gmean > > harmonic_mean and geometric_mean The latter, definitely. > Remember that the arithmetic mean is just called "mean". so? (also maybe it shouldn't be?)