Skip to content

Error in line 36 of p.py #4

@joseplar

Description

@joseplar

Hello Carlos,

    I found the results of a pchart were not the same as the ones given in tools like Excel or Minitab.

Taking a deeper look into the code I found something that I believe should be a little bit different.


data2 = data / sizes
#pbar = np.mean(data2)
pbar = np.mean(data)/np.mean(sizes)

Whit this little change the numbers matched Minitab results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions