MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

BinCounts Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26073] BinCounts Function
  • From: "Jeffrey M Colón" <jcolon at mail.lawnet.fordham.edu>
  • Date: Wed, 22 Nov 2000 01:55:59 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I'm having some difficulty in applying the BinCounts function to a simple
data set.

Load the statistics/datamanipulation programs
dt1 = {1,2,3, etc.}
BinCounts[dt1, {1,10,1}] produces the following output:  BinCounts[{1,2,3,
etc.}, {1,10,1}]

I use V. 3 (student version) with Windows '98.

Thanks for any assistance.



  • Prev by Date: Simplifying things
  • Next by Date: Re: how to draw a vertical line
  • Previous by thread: Re: Simplifying things
  • Next by thread: Re: BinCounts Function