Basic Examples (2)
Generate an Association to label the results of different operations on an expression:
Perform multiple statistical operations on a single distribution, returning a single expression:
Statistical Examples (11)
The keys are cities and the values are the cost of a round trip airplane ticket:
I create a function to compute the geographical coordinates of a place from Wikidata:
compute the distances to the cities:
organize the data for processing:
turn the data into an association:
Make a geo bubble chart for the cost of the round trip ticket and the distance:
Make a plot of distance and cost:
I think the line starts at 100 and has a slope of 0.15:
Let's test our prediction with linear interpolation:
Calculate the linear interpolation for the data:
The correct line of best fit is in green and my guess for the line of best fit is in purple:
Neat Examples (8)
Create a constant association:
Partition an association:
Combine partitioning associations with other association operations like AssociationThread:
Create a nested dataset:
Create a large nested association:
Make a large nested dataset:
Find all the properties for a linear model fit:
Find all the values for a country: