可以通过以下步骤实现:
import numpy as np
tree_height = np.array([10, 12, 8, 15, 9])
tree_crown_width = np.array([5, 6, 4, 7, 5])
tree_data = np.column_stack((tree_height, tree_crown_width))
max_height = np.max(tree_data[:, 0])
min_width = np.min(tree_data[:, 1])
avg_height = np.mean(tree_data[:, 0])
std_width = np.std(tree_data[:, 1])
请注意,以上推荐的腾讯云产品仅供参考,具体选择应根据实际需求进行。
领取专属 10元无门槛券
手把手带您无忧上云