Models in far-labs

Models in far-labs

1 variables
·
Updated
import "hub:far-labs/team-in-residence" as team_in_residence
import "hub:far-labs/february-festival" as february_festival

inputsSeminar = {
  @name("Hours per event")
  @doc("Each event requires this many hours to organize space and run")
  hoursPerSeminar = 2.5 to 3.833333333

  @name("Total weeks")
  @doc("Series runs for 3 months, approximately 13 weeks")
1 variables
·
Updated
inputsFestival = {
  @name("Partnership Development")
  @doc("Identifying key stakeholders (event organizers, venue owners, community leaders), initial outreach, establishing communication channels")
  partnershipDevelopment = 3 to 10

  @name("Coordination Meetings")
  @doc("Regular meetings with partners to align.")
  coordinationMeetings = 4 to 14 

  @name("Shared Resources Development")
2 variables
·
Updated
// Model estimating the value of adding a door to divide office from hangout area

import "hub:ozziegooen/sTest" as sTest

@name("Noise Reduction (%)")
noiseReduction = normal(30, 10)

@name("Door Cost ($)")
doorCost = 500 to 5000
Updated
/*
Describe your code here
*/

a = normal(2, 5)