Forums: Climbing Information: General:
IF you could change the Yosemite Decimal System...
RSS FeedRSS Feeds for General

Premier Sponsor:

 
First page Previous page 1 2 Next page Last page  View All


Adk


Jan 6, 2007, 6:26 AM
Post #1 of 50 (2754 views)
Shortcut

Registered: Dec 2, 2006
Posts: 1085

IF you could change the Yosemite Decimal System...
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

Would you? How might you want it changed?

We all know it has some flaws. Climbs are over rated in some areas and surely underrated in others. East coast VS West coast for example.
I've seen climbs rated at a 5.5 that have changed in time, by rock shift and fall and now are 5.8 and 5.10 yet haven't been changed, or at least on paper they haven't been.
Should just exposure have it's own rating?
I think it would be great to add this independantly. For example, an overhang would have a rating of 5 and a chimney would have a rating of 2. Trees on a face might have lower it to a 1. Yet if there was a tree right next to the overhang the rating would be -5. Maybe you have an overhang at the top of the chimney yet because the overhang exists it's rated a -5. The chimney helps to make you feel good. It's just an idea. I don't have the nails ready for my hands yet so don't break out the hammers yet! LOL

What do you think. Does the system need a tweak or is it fine where it is?


areyoumydude


Jan 6, 2007, 6:34 AM
Post #2 of 50 (2747 views)
Shortcut

Registered: Dec 28, 2003
Posts: 1971

Re: [Adk] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

I think it's fine. What are these flaws you speak of?


jt512


Jan 6, 2007, 6:41 AM
Post #3 of 50 (2740 views)
Shortcut

Registered: Apr 12, 2001
Posts: 21904

Re: [Adk] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

Adk wrote:
Would you? How might you want it changed?

We all know it has some flaws. Climbs are over rated in some areas and surely underrated in others. East coast VS West coast for example.
I've seen climbs rated at a 5.5 that have changed in time, by rock shift and fall and now are 5.8 and 5.10 yet haven't been changed, or at least on paper they haven't been.
Should just exposure have it's own rating?
I think it would be great to add this independantly. For example, an overhang would have a rating of 5 and a chimney would have a rating of 2. Trees on a face might have lower it to a 1. Yet if there was a tree right next to the overhang the rating would be -5. Maybe you have an overhang at the top of the chimney yet because the overhang exists it's rated a -5. The chimney helps to make you feel good. It's just an idea. I don't have the nails ready for my hands yet so don't break out the hammers yet! LOL

What do you think. Does the system need a tweak or is it fine where it is?

It needs the following tweak:


Code
Let: 

i = 1 to n index n climbers' on-sight level
j = 0 to m index m + 1 YDS ratings
Yij = 1 if the attempt by the ith climber
on the jth rated route is a success,
or 0 if it is a failure.
X1i = the climber's on-sight level at the
time of the attempt
X2j = the route's rating, after converting letter subgrades to decimals

P(Yij) = probability of success of Yij
logit(Yij) = log-odds of Y(ij)

Then:

P(Yij)/[1-P(Yij)] = exp(a + b1*X1i - b2*X2j
+ b3*Xli*X2j)

logit(Yij) = a + b1*X1i - b2*X2j
+ b3*X1i*X2j

Yij = expit(a + b1*X1i - b2*X2j
+ b3*X1i*X2j)


So, as you can see, this the problems of the YDS can easily be solved by using appropriate statistical methodology.

Jay


stymingersfink


Jan 6, 2007, 6:53 AM
Post #4 of 50 (2729 views)
Shortcut

Registered: Aug 12, 2003
Posts: 7250

Re: [jt512] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

jt512 wrote:
Adk wrote:
Would you? How might you want it changed?

We all know it has some flaws. Climbs are over rated in some areas and surely underrated in others. East coast VS West coast for example.
I've seen climbs rated at a 5.5 that have changed in time, by rock shift and fall and now are 5.8 and 5.10 yet haven't been changed, or at least on paper they haven't been.
<snip>
What do you think. Does the system need a tweak or is it fine where it is?

It needs the following tweak:


Code
Let: 

i = 1 to n index n climbers' on-sight level
j = 0 to m index m + 1 YDS ratings
Yij = 1 if the attempt by the ith climber
on the jth rated route is a success,
or 0 if it is a failure.
X1i = the climber's on-sight level at the
time of the attempt
X2j = the route's rating, after converting letter subgrades to decimals

P(Yij) = probability of success of Yij
logit(Yij) = log-odds of Y(ij)

Then:

P(Yij)/[1-P(Yij)] = exp(a + b1*X1i - b2*X2j
+ b3*Xli*X2j)

logit(Yij) = a + b1*X1i - b2*X2j
+ b3*X1i*X2j

Yij = expit(a + b1*X1i - b2*X2j
+ b3*X1i*X2j)


So, as you can see, this the problems of the YDS can easily be solved by using appropriate statistical methodology.

Jay

alternatively, east coasters should know that west of the rockies when guidebooks say 5.5 they reallly mean 5.10, adjust from there! Smile


jt512


Jan 6, 2007, 7:00 AM
Post #5 of 50 (2723 views)
Shortcut

Registered: Apr 12, 2001
Posts: 21904

Re: [stymingersfink] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

stymingersfink wrote:
jt512 wrote:
Adk wrote:
Would you? How might you want it changed?

We all know it has some flaws. Climbs are over rated in some areas and surely underrated in others. East coast VS West coast for example.
I've seen climbs rated at a 5.5 that have changed in time, by rock shift and fall and now are 5.8 and 5.10 yet haven't been changed, or at least on paper they haven't been.
<snip>
What do you think. Does the system need a tweak or is it fine where it is?

It needs the following tweak:


Code
Let: 

i = 1 to n index n climbers' on-sight level
j = 0 to m index m + 1 YDS ratings
Yij = 1 if the attempt by the ith climber
on the jth rated route is a success,
or 0 if it is a failure.
X1i = the climber's on-sight level at the
time of the attempt
X2j = the route's rating, after converting letter subgrades to decimals

P(Yij) = probability of success of Yij
logit(Yij) = log-odds of Y(ij)

Then:

P(Yij)/[1-P(Yij)] = exp(a + b1*X1i - b2*X2j
+ b3*Xli*X2j)

logit(Yij) = a + b1*X1i - b2*X2j
+ b3*X1i*X2j

Yij = expit(a + b1*X1i - b2*X2j
+ b3*X1i*X2j)


So, as you can see, this the problems of the YDS can easily be solved by using appropriate statistical methodology.

Jay

alternatively, east coasters should know that west of the rockies when guidebooks say 5.5 they reallly mean 5.10, adjust from there! Smile

We could just add a term to the model to handle regional effects.

Jay


AngusBeefheart


Jan 6, 2007, 7:03 AM
Post #6 of 50 (2718 views)
Shortcut

Registered: Nov 26, 2006
Posts: 68

Re: [jt512] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

We could not call it a decimal system, since it's not.

'I climb a 5.2, 5.2 > 5.16, therefore I'm the greatest climber in the world'


jt512


Jan 6, 2007, 7:08 AM
Post #7 of 50 (2710 views)
Shortcut

Registered: Apr 12, 2001
Posts: 21904

Re: [AngusBeefheart] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

AngusBeefheart wrote:
We could not call it a decimal system, since it's not.

'I climb a 5.2, 5.2 > 5.16, therefore I'm the greatest climber in the world'

How lame is it to prefix every rating with "5."

Jay


ihategrigris


Jan 6, 2007, 7:28 AM
Post #8 of 50 (2703 views)
Shortcut

Registered: Jan 6, 2005
Posts: 757

Re: [jt512] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

jt512 wrote:
AngusBeefheart wrote:
We could not call it a decimal system, since it's not.

'I climb a 5.2, 5.2 > 5.16, therefore I'm the greatest climber in the world'

How lame is it to prefix every rating with "5."

Jay

The five just helps the grade roll off the tongue a little better. Think about it, imagine if 5.10 shoes were called .10's... pretty ghey, huh?

Another, when I start talking about 10s and 11s and 12s, that could be anything! Grades, liquor bottles, ammunition, dick length. By adding the 5 prefix, everyone knows your talking about rock climbing!


styleboy


Jan 6, 2007, 7:54 AM
Post #9 of 50 (2694 views)
Shortcut

Registered: Nov 13, 2006
Posts: 107

Re: [ihategrigris] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

because if you were bragging about climbing a 2.14a we would probably make fun of you and your ability to walk through the park..


thomasribiere


Jan 6, 2007, 9:40 AM
Post #10 of 50 (2667 views)
Shortcut

Registered: Aug 24, 2002
Posts: 9306

Re: [styleboy] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

^ this makes me remember an excellent and funny old thread!

Anyone?


jh_angel


Jan 6, 2007, 1:30 PM
Post #11 of 50 (2644 views)
Shortcut

Registered: Oct 12, 2004
Posts: 232

Re: [stymingersfink] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

Odd, at least for those of us in the Northeast, I've heard we're sandbaggers and everything is harder than the grade compared to out west. Those southerners are softies though Wink

-Josh


8flood8


Jan 6, 2007, 2:46 PM
Post #12 of 50 (2625 views)
Shortcut

Registered: Nov 10, 2004
Posts: 1436

Re: [Adk] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

i would add another decimal for endurance rating (e.g. for sustained routes... one more wonder routes.. etc)

i'd like jt512s formula a little more if it was easier to read, not to mention... too many variables


charley


Jan 6, 2007, 5:39 PM
Post #13 of 50 (2597 views)
Shortcut

Registered: Apr 13, 2002
Posts: 6627

Re: [jt512] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

Maybe we should switch to the yos fraction system.

I don't mind it the way it is. It's just a guide not carved in stone specific.


Partner angry


Jan 6, 2007, 5:45 PM
Post #14 of 50 (2590 views)
Shortcut

Registered: Jul 22, 2003
Posts: 8405

Re: [charley] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

charley wrote:
Maybe we should switch to the yos fraction system.

I don't mind it the way it is. It's just a guide not carved in stone specific.

According to the back of a box of Nutty Nuggets (generic Grape Nuts) "The difficulty is based on the number of overhangs and small holds available to the climber"

That seems fair.


Partner camhead


Jan 6, 2007, 5:52 PM
Post #15 of 50 (2584 views)
Shortcut

Registered: Sep 10, 2001
Posts: 20939

Re: [angry] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

The YDS has never failed me in indicating whether or not a climb is withiin my safe limits, combined with a visual inspection.

However, it could definitely use some tweaking for my spraying purposes.


robreglinski


Jan 6, 2007, 6:31 PM
Post #16 of 50 (2559 views)
Shortcut

Registered: May 2, 2004
Posts: 129

Re: [Adk] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

learn to use the british system.

its far better than your strange "number increases with difficulty" thing

we should see more "Scottish modartehardextremlyverydifficult 4c+ ***" routes put up


salamanizer


Jan 6, 2007, 7:27 PM
Post #17 of 50 (2530 views)
Shortcut

Registered: Jul 3, 2004
Posts: 879

Re: [robreglinski] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

It would be nice to have more clairification in our sub gradeing system (PG13, R, X).

For example: It would be nice to know if I were climbing a 5.11R, what exactly the R ment. Does it mean 5.11 (5.6R) or 5.11(5.10d R)?
I suppose I could just look up and use my own judgement, but who wants to rely on their own judgement when rock climbing?

Another thing that needs a grade tweaking are Offwidths. They need a seperate gradeing system all together.
I suggest a gradeing system that goes something like this:

5.hard
5.really hard
5.you're my hero


(This post was edited by salamanizer on Jan 6, 2007, 7:29 PM)


edl


Jan 6, 2007, 7:32 PM
Post #18 of 50 (2522 views)
Shortcut

Registered: Feb 26, 2004
Posts: 134

Re: [robreglinski] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

If I were to change it I would cast away the number-chasing a,b,c,d subdivisions and replace them with either +'s, -'s, or the absence of both. That way it would more closely resemble it's less specific little brother, the V scale! Tongue


welikoa


Jan 6, 2007, 7:34 PM
Post #19 of 50 (2518 views)
Shortcut

Registered: Nov 19, 2005
Posts: 100

Re: [Adk] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

Lets just make it easier, like those cool machines in grade B restaurants that tell you how much of a man you are.
5.1-5.5=My penis is missing
5.6=a Bonaduce
5.7=a clay aiken
5.8=I need to stop gym climbing and get outside so I stop climbing 5.8's because its embarassing.b
5.9= cock blocker. getting better
5.10=Fonzi.
5.11=Hot shit.
5.12=A player (because you know your better than most)
5.13=10 inch wang.
5.14=Alpha male/ you can stir coals of a fire with your dong.
5.15 =BAD MO FO.

translation=I was out with this dude, and he wanted to climb a "my penis is missing", he red pointed it and said it felt like a clay aiken. So I had him belay me on a 10 inch wang and killed it so he felt like a little bitch.
In reply to:
In reply to:


wzrdgandalf


Jan 6, 2007, 7:49 PM
Post #20 of 50 (2508 views)
Shortcut

Registered: Nov 1, 2004
Posts: 261

Re: [welikoa] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

welikoa wrote:
Lets just make it easier, like those cool machines in grade B restaurants that tell you how much of a man you are.
5.1-5.5=My penis is missing
5.6=a Bonaduce
5.7=a clay aiken
5.8=I need to stop gym climbing and get outside so I stop climbing 5.8's because its embarassing.b
5.9= cock blocker. getting better
5.10=Fonzi.
5.11=Hot shit.
5.12=A player (because you know your better than most)
5.13=10 inch wang.
5.14=Alpha male/ you can stir coals of a fire with your dong.
5.15 =BAD MO FO.

translation=I was out with this dude, and he wanted to climb a "my penis is missing", he red pointed it and said it felt like a clay aiken. So I had him belay me on a 10 inch wang and killed it so he felt like a little bitch.

haha that is awesome. I seem to remember a forum a long time ago that had a good scale for people who were moving to Colorado and want to have some idea of where they stand there, it went something like this...
V1- stairs
V2- a parapalegics warmup
V3- small childrens warmup
V4- a ladder
V5- juggy
V6- for northeastern V8 climbers
V7- you are actually getting some strength
V8- alright we can talk to you now
V9- a little bit of respect
V10- pimp steezos yo
V11 and up- I hate you bastards


(This post was edited by wzrdgandalf on Jan 6, 2007, 7:51 PM)


jeremy11


Jan 6, 2007, 8:26 PM
Post #21 of 50 (2485 views)
Shortcut

Registered: May 28, 2004
Posts: 597

Re: [camhead] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

camhead wrote:
The YDS has never failed me in indicating whether or not a climb is withiin my safe limits, combined with a visual inspection.

However, it could definitely use some tweaking for my spraying purposes.

agreed
read the guidebook description, look at the route, make your decision. some guides have ratings like 5.9R then in the description it says the R part is 5.6.
its called subjectivity - there is no way to avoid it and this system works fine, so why change it. I've been scared on 5.6's (more due to runouts, slabby moves, or dirt/moss/wetness/greenbriars/loose rock/snakes) and cruised 5.9's and 5.10's.
it all comes back to judgement.

Angry - I saw that Nutty Nuggets box to - pretty funny. I'm picturing the rating commitee coming to a FA and counting the small holds and how many overhangs there are and calculating a rating.Crazy


racer999


Jan 6, 2007, 9:03 PM
Post #22 of 50 (2470 views)
Shortcut

Registered: Sep 4, 2006
Posts: 11

Re: [Adk] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

In any other sport the numbers tell even a non-particpant the difference between a hack (me) and a god (not me). In running it is pretty obvious that someone running a 2:09 marathon ran a whole lot faster then someone running 2:48 (still respectable). I mean you don't have to run to understand that 39 minutes is a damn long time.

But in climbing the difference between 5.10 and 5.13 is only three little tenths. Since no one but a climber actually understands the system it all sounds pretty "close". And 5.13 is only .588% better than 5.10. According to YDS I am within shouting distance of sharma....where's that campus board?


(This post was edited by racer999 on Jan 6, 2007, 9:04 PM)


areyoumydude


Jan 6, 2007, 9:34 PM
Post #23 of 50 (2449 views)
Shortcut

Registered: Dec 28, 2003
Posts: 1971

Re: [edl] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

edl wrote:
If I were to change it I would cast away the number-chasing a,b,c,d subdivisions.

Dude, Bridwell came up with that on acid. I say we keep it.


sspssp


Jan 7, 2007, 6:00 AM
Post #24 of 50 (2350 views)
Shortcut

Registered: Jan 2, 2003
Posts: 1731

Re: [jeremy11] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

jeremy11 wrote:
its called subjectivity - there is no way to avoid it and this system works fine, so why change it. I've been scared on 5.6's (more due to runouts, slabby moves, or dirt/moss/wetness/greenbriars/loose rock/snakes) and cruised 5.9's and 5.10's.
it all comes back to judgement.

If a 5.6 is scarier than 5.10's, then something could be improved.

First, why is the whole pitch rated for a [the] single hardest move? (Historical--bad reason).

A 50 foot climb with one 5.10c move gets the same rating as one with 150 feet of sustained 5.10c? The 150 foot route is a much harder lead (one that most "5.10c" leaders couldn't get without hanging), the grade should reflect that. I would use a boulder grade for the hardest over all move and use the Yosemite scale for the difficutly of getting the lead clean. So the first route would be 5.10c/V1 and the second might be 5.11a/V1. Since you might have to be around a "5.11a" leader to actually redpoint the route.

I like the idea of adding in the runout 5.11a (5.9R), but I would instead formalize this.

Say the [one move] crux of the 50' climb (described above) is thirty feet above a ledge with no possibility of pro and the second 150' climb is a finger crack that would aid at C1+. I would add a L(ead) + or - rating for. So the first climb might only take a 5.10c climber to get it clean (on toprope) but most climbers might want to be around 5.11c (4 letter grades harder) in ability to attempt it. The second climb, while harder to get clean is [almost] totally safe. So the final rating of the two climbs might be:

5.10c/V1/L+4
and
5.11a/V1/L-10


bill413


Jan 8, 2007, 2:43 PM
Post #25 of 50 (2294 views)
Shortcut

Registered: Oct 19, 2004
Posts: 5674

Re: [salamanizer] IF you could change the Yosemite Decimal System... [In reply to]
Report this Post
Average: avg_1 avg_2 avg_3 avg_4 avg_5 (0 ratings)  
Can't Post

salamanizer wrote:
It would be nice to have more clairification in our sub gradeing system (PG13, R, X).

For example: It would be nice to know if I were climbing a 5.11R, what exactly the R ment.
It means you will get hurt.

First page Previous page 1 2 Next page Last page  View All

Forums : Climbing Information : General

 


Search for (options)

Log In:

Username:
Password: Remember me:

Go Register
Go Lost Password?



Follow us on Twiter Become a Fan on Facebook