Editing
Sexual Selection and Behavior
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Parental Investment' (Predicting 'Choosiness'):''' <syntaxhighlight lang="python"> def predict_choosiness(gestation_months, lactation_months, num_offspring): """ Shows why 'High Investment' leads to 'High Standards'. """ investment_score = (gestation_months + lactation_months) / (num_offspring + 1) if investment_score > 5: return "RESULT: HIGH CHOOSINESS. (Quality over Quantity. Must vet the mate!)." elif investment_score < 0.1: return "RESULT: LOW CHOOSINESS. (Quantity over Quality. Mate with everyone!)." else: return "RESULT: MODERATE." # Case: Human Female (9 months gestation, 12 months lactation, 1 offspring) print(predict_choosiness(9, 12, 1)) # Case: Male Fish (0 months gestation, 0 lactation, 1000 offspring) print(predict_choosiness(0, 0, 1000)) </syntaxhighlight> ; Sexual Selection Landmarks : '''The 'Sexy Son' Hypothesis''' β The "Idea" that females "Choose" "Attractive Males" "So That" their "Sons" will "Also be Attractive" and "Reproduce More." : '''Infanticide in Lions''' β A "Dark Side" of "Competition": a "New King" "Kills" the "Cubs" of the "Old King" to "Bring the Females back into Heat" (Maximizing 'His' genetic success). : '''Extra-Pair Copulation''' (EPC) β The "Discovery" that "Socially Monogamous" birds (90% of species) are "Genetically Promiscuous" (~10-20% of 'Chicks' are not the 'Father's'). : '''Pheromones and the 'MHC' ''' β (See Article 599). The "Theory" that humans "Choose Mates" based on "Smell" to "Find" someone with a **"Different Immune System"** (Improving 'Child Health'). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information