Quiz 2

Learning Objectives

444 words
2 min read
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

# Learning Objectives - Understand conjoint analysis for measuring preferences - Calculate part-worth utilities - Simulate market share for product configurations - Regression analysis basics - Understanding of trade-offs ## 1. What is Conjoint Analysis?

Learning Objectives

  • Understand conjoint analysis for measuring preferences
  • Calculate part-worth utilities
  • Simulate market share for product configurations
  • Regression analysis basics
  • Understanding of trade-offs

1. What is Conjoint Analysis?

Intuition: Products are bundles of attributes (price, brand, features, color). Conjoint measures how consumers trade off between attributes - what they're willing to give up in one attribute to get more of another. Purpose: Determine attribute importance, optimal product design, price sensitivity, market segmentation, forecasting market share.

2. How Conjoint Works

  1. Identify attributes and levels (e.g., Price: 10/10/15/$20; Brand: Apple/Samsung/LG; Screen: 4K/8K)
  2. Create product profiles - combinations of attribute levels. Full factorial (all combinations) = 3x3x2 = 18 profiles. Orthogonal design reduces to 9.
  3. Respondents evaluate profiles - rank order or rate each profile
  4. Estimate part-worth utilities using dummy variable regression
  5. Interpret and simulate market share for any product configuration

3. Part-Worth Utilities

Each attribute level gets a utility score.
  • Higher utility = more preferred
  • Sum of utilities = total utility for a product
  • Convert utilities to choice probabilities using logit model Attribute Importance: Range of utilities for an attribute / sum of all ranges. Higher range = more important attribute.

4. Applications

  • New Product Design: Find optimal combination of attributes
  • Pricing Strategy: Determine willingness to pay for features
  • Segmentation: Different segments have different part-worths
  • Market Simulation: Predict choice share for new products
Q1: What problem does conjoint analysis solve?
Measures how consumers value different product attributes and their willingness to trade off between them. For example: will consumers pay $5 more for better battery life? Q2: What is a part-worth utility?
Numerical value representing preference for a specific attribute level. Example: Apple = +2.5, Samsung = +0.3, LG = -0.8. Higher = more preferred. Q3: What is orthogonal design and why use it?
Statistical design where attribute levels are uncorrelated, allowing independent estimation of each attribute's effect. Reduces number of profiles from full factorial (e.g., 27 to 9) while preserving estimation ability. Q4: How to calculate attribute importance?
Range of part-worths for attribute A / sum of ranges across all attributes. Example: Price range = 3.0, Brand range = 1.5, Screen range = 0.5. Price importance = 3.0/(3.0+1.5+0.5) = 60%. Q5: What is willingness to pay (WTP) in conjoint?
How much utility a feature adds, converted to monetary terms using the price utility. If brand adds +2.0 utility and 1pricereduces0.5utility,WTPforbrand=1 price reduces -0.5 utility, WTP for brand =2.0/0.5 = $4. Join Discord PreviousCluster AnalysisNextSegmentation, Targeting & Positioning (STP)
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.