BS 7910 assessment curve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
BS 7910 assessment curve
Hello to all,
I am looking to see if anyone has any experience in using the BS 7910 standard or can simply pull me up on my error in the attached.
Within the standard there is a mathematical definition for a pass fail curve (where the variable Lr is plotted on the x axis).
Toward the bottom of the attached I have inserted an exert from the standard, my attempt to define this, my result and what I am expecting to see.
Obviously something is not quite right.
Any thoughts or hints welcomed as always.
Thanks,
Andy
PS using MCP3
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@awibroe wrote:
Fred,
Yes I understand what you have done. My question is why have you deviated from the standard (what rationale). In the attached image, I have plotted both methods. On the left is the literal interpretation of the standard (I believe) and on the right is what you have programmed.
Thanks,
Andy.
I deviated from the standard because I typed the wrong thing. Your equationsf2 and f1p are correct. When I do it correctly I get the same thing:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Your equation is wrong.
Redone using Prime 4.0 Express
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Fred,
Thanks for this. I am interested to know how you got the refined formula you have presented as this is obviously quite different to the standard given formula. I appreciate some things are wrong but am surprised if a published industry standard is not correct?
Thanks,
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@awibroe wrote:
Hi Fred,
Thanks for this. I am interested to know how you got the refined formula you have presented as this is obviously quite different to the standard given formula. I appreciate some things are wrong but am surprised if a published industry standard is not correct?
Thanks,
Andy
The "refined" formula is the standard. You had incorrectly entered it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fred,
Additionally, any ideas why my plotting fails?
Thanks,
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fred,
Thanks for that I have since worked this out why my plotting failed. But I am interested to know how you have adjusted the formula for when x greater than 1 but less than the maximum range. In this case the standard calls for x^N-1/2N but you have gone for part of the first function?
I do however agree that plotting both, yours seems visually correct?
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Andy,
I'm using Express (no longer have access to full Mathcad.) So I cannot write programs, one of the "higher level" things--I can see what you've written but It won't compute.
How to get around that?
- function f1 is the basic expression (when L is less than 1, but actually there for both cases.)
- function ff creates two cases
1) when L<1 (can you see the boolean expression? 1 when true, 0 when false)
2) when 1<L<Lmax (the second boolean.)
So you can see when the second condition kicks in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fred,
Yes I understand what you have done. My question is why have you deviated from the standard (what rationale). In the attached image, I have plotted both methods. On the left is the literal interpretation of the standard (I believe) and on the right is what you have programmed.
Thanks,
Andy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@awibroe wrote:
Fred,
Yes I understand what you have done. My question is why have you deviated from the standard (what rationale). In the attached image, I have plotted both methods. On the left is the literal interpretation of the standard (I believe) and on the right is what you have programmed.
Thanks,
Andy.
I deviated from the standard because I typed the wrong thing. Your equationsf2 and f1p are correct. When I do it correctly I get the same thing:
![](/skins/images/695EE5AD3E567050FEDD72575855ED93/ptc_skin/images/icon_anonymous_message.png)