Normal Distribution

  • Hello...does anyone know normal distribution in t-sql?

  • Can you explain what you mean? Do you mean statistical standard deviations? there are functions for this.

  • Specifically, i'm looking to created a dataset - one column(x) and another column(y) - so it could be used for XY scatter graph in SRS. I can calculate the mean and standard deviation; however, i'm at a lost when trying to create the dataset.

    Thanks for the reply.

  • The data set you would have to get from source. Or make one up. There isn't a standard way to make one.

    You can store the x, y coordinates in a table.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply