discuss the tactics. In addition, we will develop an
application to provide feedback to players ba sed on
the analysis of op portunities for goals scored.
ACKNOWLEDGEMENTS
This work was supported by the “Functional Develop-
ment Project for Resilient Athlete Support” of Japan
Sports Agency.
REFERENCES
Bradley, L , J.(2009) The Sports Science of Curling. A Prac-
tical Review. Journal of Sports Science and Medicine
vol.8, pp.495-500.
Yanagi, H., Miyakoshi, K., Nakajima, Y., Yamamoto, N.
Development of Curl- ing Brush for Measuring Force
Exerted During Sweeping. Proceedings of the 30 In-
ternational Conf. on Biomechanics in Sports, pp.354-
356 (2012).
Takahashi, S. Support the Japan Women ’s Curling National
Team by a Trainer. Journal of Training Science for
Exercise and Sport 23(1): 7- 12 (in Japanese) (2011).
Masui, F., Hirata, K., Otani, H., Yanagi, H. and Ptaszynski,
M. Informatics to Support Tactics and Strategies in
Curling. Int J of Automation Technology Vol. 10,No.2,
pp.244-252 (2016).
Fujimura, A. and Sugihara, K.(2004) Quantitative Evalu-
ation of Sport Teamwork UsingGeneralized Voronoi
Diagrams. IEICE Transactions D J87- D2:818-828.
Kagawa, M. Effect of Multimedia Information on Web
Pages in Physical Training Class of University. Jour-
nal of Japan S ociety for Educational Technology 29
37-40(2006)
Otani, H., Masui, F., Hirara, K., Yanagi, H., Ptaszyn-
ski, M. Analysis of curling team strategy and tac-
tics using curling informatics. In: 4th International
Congress on Sport Sciences Research and Technology
Support(2016)
Hirata, K., Masui, F., Hiromu, O., Yanagi, H., Ptaszynski,
M. Support to strategies and tactics in curling sport
utilizing game information database - analysis of char-
acteristics of position based on shot scores. In: Pro-
ceedings of the 34th International Conf. on Biome-
chanics in Sports, P0523433 (2016)
Myeong-Hyeon Heo and Dongho Kim. The development
of a curling simulation for performance improvement
based on a physics engine. In: 6th Asia-Pacific
Congress on Sports Technology (A PCST),P rocedia
Engineering 60(2013) 385-390
Duda, R. O., Hart, P. E., Stork, D . G. (2001). Pattern Clas-
sification, 2nd Edition. Wiley-Interscience.
Satomi, T., Sakabukuro, K., Yasukawa, I., Fukagawa, R.
(2009). Real-time landslide risk assessment of impor-
tant cultural heritage sites on back slopes using princi-
pal component analysis for rainfall. Journal of Japan
ChampionshipsE, Series CC, Vol. 65, No. 2, 564-578.
APPENDIX
PCA(Principal Component Analysis). The con-
cept of PCA is d escribed in section 6. In th is sec-
tion, we describe the specific calculation method of
PCA. First, n data ( x
j
i[j=1,2,···,m;i=1,2, ···,n]) for m
variables x
1
,x
2
,···,x
m
are standardized using e quation
(1) so that th e mean and variance of all data means
are z ero and one respectively. This is done so that the
principal components do not change depending on the
unit setting of the data, making it difficult to interpret
the results of the analysis.
X
ji
=
x
ji
−
x
j
√
s
j j
(1)
where
x
j
is the m ean of the variable x
ji
, s
j j
is the
variance of the variable x
j
, the principal component
of the da ta z
j
is expressed as a linear expression as in
equation (2), and the variance V(z
i
) of this principal
component is equation (3).
z
j
= a
1 j
X
1
+ a
2 j
X
2
+ ···+ a
m j
X
m
(2)
V (z
j
) =
1
n
n
∑
i=1
(z
ji
−
z
j
)
2
= s
11
a
2
1
+ s
12
a
1
a
2
+ ···+ s
mm
a
2
m
=
m
∑
j=1
m
∑
k=1
s
jk
a
j
a
k
(3)
where a
j
are the coefficients of the principal com-
ponen ts (a
j
= (a
1 j
, a
2 j
, ··· ,
a
m j
), j = 1, 2, ··· , m),X
j
( j = 1, 2, ··· , m) are the stan-
dardized variables in equation (1) and S
jk
are the vari-
ances and covariances. Principal component analysis
is an analytica l m ethod to determine the coefficients
a
j
of equation ( 2) such that the amount of new in-
formation obtained is maximized, which must satisfy
equation (4) as a constraint co ndition for the variance
v(z
j
) in equa tion (3) not to become infinitely large.
a
2
1
+ a
2
2
+ ···+ a
2
m
= 1 (4)
The present problem, in which the ob je ctive is to
determine the coefficient a
j
when the variance V(z
j
)
is maximum, using Eq. (4) and the Lagrange undeter-
mined multiplier method, is equivalent to solving the
eigenvalue problem in Eq.