Module 3: Using Trendlines, Mapping, and Single Value Commands Flashcards
What are some of the functions of the trendline command?
- Allows you to overlay a computed moving average on a chart
- Trendline computes the moving averages of a field
example: trendline (field) [AS newfield]
Page 80 Mod 3
How many trendtypes are there?
- sma = simple moving average
- ema = exponential moving average
- wma = weighted moving average
Page 80 Mod 3
What must be defined in order for the trendline command to work properly?
The period which to compute the trend
Page 81 Mod 3
The period must be an integer between?
2 and 10,000
example:
sma2(sales) is valid
sma(sales) would fail
Page 81 Mod 3
When would you want to use the iplocation command?
To look up and add location information to an event
Page 84 Mod 3
What information does the iplocation command include?
City, country, region, latitude and longitude
Page 84 Mod 3
Is all the information available for all the IP address ranges?
NO
Page 84 Mod 3
What will automatically define the default lat and lon fields required by the geostats command?
The iplocation command
Page 84 Mod 3
When would you want to use the geostats command?
To compute statistical functions and render as cluster map
Page 85 Mod 3
What are some of the components fo the geostats command?
[latfield=string]
[lonfield=string]
[stats-agg-term]* [by-clause]
Page 85 Mod 3
What does the data for the geostats command have to include?
Latitude and Longitude values
Page 85 Mod 3
When would you want to change the latfield and longfield in the geostats command?
If they differ from the default lat and lon fields
Page 85 Mod 3
To control the column count with the geostats command
use the globallimit argument
Page 85 Mod 3
What is a Choropleth Map?
It uses shading to show relative metrics, such as sales, network intruders, etc. for predefined geographic regions
Page 87 Mod 3
You need one of these in order to define regional boundaries?
- KML (keyhole Markup Language) file
- KMZ (compressed Keyhole Markup Language) file
Page 87 Mod 3