Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8253825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:00:26+00:00 2026-06-08T01:00:26+00:00

Is there a way to generate a Bell curve from a standard deviation and

  • 0

Is there a way to generate a Bell curve from a standard deviation and a mean? I have read reference to this but cant find an algorthym.

I have a list of numbers, they are pre-normalised look ups (score=>percentile). Which I have ranged and I need to draw a bell curve from so that I can colour sections of area under the curve to represent scores on charts (an area chart I suppose / infrographic esk). I am stuck at the first hurdle really.

I planned to draw a historgram by ranging the data in the following way:

int count = data.Count-1;  

        for (int i = 0; i < count; i++ )
        {
            data[i] = data[i + 1] - data[i]; //range
        }

        data[data.Count - 1] = 0; //make sure the curve comes back to 0

Non normal data

I need to draw a Bell Curve from this data. But not all of the datasets follow a normal deviation as in the output above.

So what would be the best approach for getting this data into a bell curve?

Can I use the standard deviation and mean of the data to calculate n coordinates along a curve, and then transpose scores onto that curve to build the charts?

or.. Should I be trying to normalise the existing data into a curve, and then interpolating adiitonal values into the dataset to make the output smooth?

Thanks for any help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T01:00:29+00:00Added an answer on June 8, 2026 at 1:00 am

    I am not sure if I have completely understood your requirements but this is how I interpreted your question.

    If you have a set amount of observations in your set, you could calculate a histogram by partitioning the range of the data and calculating the theoretical percentage from the standardised normal variable according to this http://en.wikipedia.org/wiki/Normal_distribution#Standardizing_normal_random_variables

    For example, say your mean was 5 and standard deviation 1 over a sample of 1000. Then we know that roughly 68% of a normal distribution lies within 1 S.D. either side of the mean. Therefore in your histogram bins [4,5] and [5,6] you would have 340 observations each. Similarly approximately 13% of the population lie in the intervals [mean-2xS.D,mean – 1 x S.D] and [mean + 1 x S.D,mean + 2 x S.D] . In this facile example, you would then generate observation counts of 130 in the intervals [3,4] and [6,7].

    You can obviously consider finer intervals according to your needs by looking up the appropriate percentage of the population within intervals using standard normal variable tables. You would then have a ideal theoretical normal distribution sample represented in your histogram. You could then interpolate these points to get a smooth curve to overlay onto your histogra,

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to generate a PHP Soap Client from a WSDL file?
is there a way to generate a boost uuid from a string like 988A00C4-79F3-46f9-98CD-D5AD4AA2A0FE
Is there an easy way to generate docs for REST api direct from a
Is there a way to generate a readable document file from the documentation on
Is there a way to generate random letters in Python (like random.randint but for
Is there a way to generate multiple JAR files from a single project in
Is there a way to generate a Javadoc directly from an SVN repository? (or
Is there a way to generate a new GUID from inside the Inno Setup
Is there a way to generate a DLL file from Visual Studio Express without
Is there any way to generate a sub system diagram of an application from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.