If std error is negative in case of error series then how to get upper and lower of error series. In other case y+std error and y – std error gives proper answer
If std error is negative in case of error series then how to get
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
If you want calculate the Upper or Lower for Error Series, I suggest you use two Series One BarError Series and other Error Series, so Error and ErrorBar Series only have ErrorValue, as use in next example of code:
When you do implement it, you only need get the ErrorValue for each Series. If you interested in get the Y value of Series you only need get the value of YValues list for each Series. Can you tell us if previous code help you to achieve as you want? If it doesn’t help please let me know and explain step to step as you expect it work.
Thanks,
Best Regards,
Sandra